Shades of Dark Goldenrod #CD800C
Tints of Dark Goldenrod #CD800C
RGB
CMYK
RGB Variations
Color information
#CD800C (or 0xCD800C) is known color: Dark Goldenrod. HEX triplet: CD, 80 and 0C. RGB value is (205,128,12). Sum of RGB (Red+Green+Blue) = 205+128+12=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD800C is #327FF3. Grayscale: #8A8A8A. Windows color (decimal): -3309556 or 819405. OLE color: 819405.
HSL color Cylindrical-coordinate representation of color #CD800C: hue angle of 36.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD800C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.20 |
| HSL | 36.06º | 0.89% | 0.43% | - |
| HSV(B) | 36.06º | 0.94% | 0.8% | - |
| XYZ | 32.96 | 28.44 | 4.1 | - |
| YUV | 137.8 | 57.01 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 12 | 0 | 0.38 | 0.94 | 0.20 | 36.06 | 0.89 | 0.43 |
| Hex | CD | 80 | C | 0 | 26 | 5E | 14 | 24 | 59 | 2B |
| Octal | 315 | 200 | 14 | 0 | 46 | 136 | 24 | 44 | 131 | 53 |
| Binary | 11001101 | 10000000 | 1100 | 0 | 100110 | 1011110 | 10100 | 100100 | 1011001 | 101011 |
Color Harmonies of #CD800C
Complementary color
Monochromatic Colors of #CD800C
Black with #CD800C
Text Example
Text Example
White with #CD800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD800C; }
p { color: rgb(205,128,12); }
H1.HeaderClassName
{
color: #CD800C;
}
.AnyTagClassName
{
color: #CD800C;
}
</style>
background-color css
<style>
a { background-color: #CD800C; }
a { background-color: rgb(205,128,12); }
div.DivClassName
{
background-color: #CD800C;
}
.BgClassName
{
background-color: #CD800C;
}
</style>
border-color css
<style>
span { border-color: #CD800C; }
span { border-color: rgb(205,128,12); }
td.TdClassName
{
border-color: #CD800C;
}
.TagClassName
{
border-color: #CD800C;
}
</style>