Shades of Dark Goldenrod #CD7C00
Tints of Dark Goldenrod #CD7C00
RGB
CMYK
RGB Variations
Color information
#CD7C00 (or 0xCD7C00) is known color: Dark Goldenrod. HEX triplet: CD, 7C and 00. RGB value is (205,124,0). Sum of RGB (Red+Green+Blue) = 205+124+0=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7C00 is #3283FF. Grayscale: #868686. Windows color (decimal): -3310592 or 31949. OLE color: 31949.
HSL color Cylindrical-coordinate representation of color #CD7C00: hue angle of 36.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD7C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.20 |
| HSL | 36.29º | 1% | 0.4% | - |
| HSV(B) | 36.29º | 1% | 0.8% | - |
| XYZ | 32.38 | 27.39 | 3.58 | - |
| YUV | 134.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 0 | 0 | 0.40 | 1 | 0.20 | 36.29 | 1 | 0.4 |
| Hex | CD | 7C | 0 | 0 | 28 | 64 | 14 | 24 | 64 | 28 |
| Octal | 315 | 174 | 0 | 0 | 50 | 144 | 24 | 44 | 144 | 50 |
| Binary | 11001101 | 1111100 | 0 | 0 | 101000 | 1100100 | 10100 | 100100 | 1100100 | 101000 |
Color Harmonies of #CD7C00
Complementary color
Monochromatic Colors of #CD7C00
Black with #CD7C00
Text Example
Text Example
White with #CD7C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C00; }
p { color: rgb(205,124,0); }
H1.HeaderClassName
{
color: #CD7C00;
}
.AnyTagClassName
{
color: #CD7C00;
}
</style>
background-color css
<style>
a { background-color: #CD7C00; }
a { background-color: rgb(205,124,0); }
div.DivClassName
{
background-color: #CD7C00;
}
.BgClassName
{
background-color: #CD7C00;
}
</style>
border-color css
<style>
span { border-color: #CD7C00; }
span { border-color: rgb(205,124,0); }
td.TdClassName
{
border-color: #CD7C00;
}
.TagClassName
{
border-color: #CD7C00;
}
</style>