Shades of Dark Goldenrod #D08A0B
Tints of Dark Goldenrod #D08A0B
RGB
CMYK
RGB Variations
Color information
#D08A0B (or 0xD08A0B) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 0B. RGB value is (208,138,11). Sum of RGB (Red+Green+Blue) = 208+138+11=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A0B is #2F75F4. Grayscale: #919191. Windows color (decimal): -3110389 or 756432. OLE color: 756432.
HSL color Cylindrical-coordinate representation of color #D08A0B: hue angle of 38.68º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D08A0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.18 |
| HSL | 38.68º | 0.9% | 0.43% | - |
| HSV(B) | 38.68º | 0.95% | 0.82% | - |
| XYZ | 35.16 | 31.61 | 4.56 | - |
| YUV | 144.45 | 52.69 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 11 | 0 | 0.34 | 0.95 | 0.18 | 38.68 | 0.9 | 0.43 |
| Hex | D0 | 8A | B | 0 | 22 | 5F | 12 | 27 | 5A | 2B |
| Octal | 320 | 212 | 13 | 0 | 42 | 137 | 22 | 47 | 132 | 53 |
| Binary | 11010000 | 10001010 | 1011 | 0 | 100010 | 1011111 | 10010 | 100111 | 1011010 | 101011 |
Color Harmonies of #D08A0B
Complementary color
Monochromatic Colors of #D08A0B
Black with #D08A0B
Text Example
Text Example
White with #D08A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A0B; }
p { color: rgb(208,138,11); }
H1.HeaderClassName
{
color: #D08A0B;
}
.AnyTagClassName
{
color: #D08A0B;
}
</style>
background-color css
<style>
a { background-color: #D08A0B; }
a { background-color: rgb(208,138,11); }
div.DivClassName
{
background-color: #D08A0B;
}
.BgClassName
{
background-color: #D08A0B;
}
</style>
border-color css
<style>
span { border-color: #D08A0B; }
span { border-color: rgb(208,138,11); }
td.TdClassName
{
border-color: #D08A0B;
}
.TagClassName
{
border-color: #D08A0B;
}
</style>