What is the RGB code for darkgoldenrod?
The CSS color darkgoldenrod in RGB format is rgb(184, 134, 11). Use this value directly in CSS, SVG, and most design tools.
How do I use darkgoldenrod in CSS?
To apply darkgoldenrod in CSS:
- Text color: color: rgb(184, 134, 11);
- Background: background-color: rgb(184, 134, 11);
- Border: border-color: rgb(184, 134, 11);
What are all the color format values for darkgoldenrod?
| Format | Value |
|---|---|
| HEX | #b8860b |
| RGB | rgb(184, 134, 11) |
| HSL | hsl(42.7, 88.7%, 38.2%) |
| CMYK | cmyk(0%, 27.2%, 94%, 27.8%) |
How do I convert darkgoldenrod to RGB?
Select darkgoldenrod from the color name list in our color converter. The RGB value — rgb(184, 134, 11) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkgoldenrod belong to?
darkgoldenrod belongs to the orange color family. It is a medium, vivid color with HSL values: hue 42.7°, saturation 88.7%, lightness 38.2%.
How do I create lighter and darker shades of darkgoldenrod?
Lighter variant (lightness 53.2%): #f2b41e. Darker variant (lightness 23.200000000000003%): #705107. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.