Shades of Dark Goldenrod #CD900F
Tints of Dark Goldenrod #CD900F
RGB
CMYK
RGB Variations
Color information
#CD900F (or 0xCD900F) is known color: Dark Goldenrod. HEX triplet: CD, 90 and 0F. RGB value is (205,144,15). Sum of RGB (Red+Green+Blue) = 205+144+15=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD900F is #326FF0. Grayscale: #949494. Windows color (decimal): -3305457 or 1020109. OLE color: 1020109.
HSL color Cylindrical-coordinate representation of color #CD900F: hue angle of 40.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD900F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.20 |
| HSL | 40.74º | 0.86% | 0.43% | - |
| HSV(B) | 40.74º | 0.93% | 0.8% | - |
| XYZ | 35.24 | 32.96 | 4.96 | - |
| YUV | 147.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 15 | 0 | 0.30 | 0.93 | 0.20 | 40.74 | 0.86 | 0.43 |
| Hex | CD | 90 | F | 0 | 1E | 5D | 14 | 29 | 56 | 2B |
| Octal | 315 | 220 | 17 | 0 | 36 | 135 | 24 | 51 | 126 | 53 |
| Binary | 11001101 | 10010000 | 1111 | 0 | 11110 | 1011101 | 10100 | 101001 | 1010110 | 101011 |
Color Harmonies of #CD900F
Complementary color
Monochromatic Colors of #CD900F
Black with #CD900F
Text Example
Text Example
White with #CD900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD900F; }
p { color: rgb(205,144,15); }
H1.HeaderClassName
{
color: #CD900F;
}
.AnyTagClassName
{
color: #CD900F;
}
</style>
background-color css
<style>
a { background-color: #CD900F; }
a { background-color: rgb(205,144,15); }
div.DivClassName
{
background-color: #CD900F;
}
.BgClassName
{
background-color: #CD900F;
}
</style>
border-color css
<style>
span { border-color: #CD900F; }
span { border-color: rgb(205,144,15); }
td.TdClassName
{
border-color: #CD900F;
}
.TagClassName
{
border-color: #CD900F;
}
</style>