Shades of Dark Goldenrod #CD7B00
Tints of Dark Goldenrod #CD7B00
RGB
CMYK
RGB Variations
Color information
#CD7B00 (or 0xCD7B00) is known color: Dark Goldenrod. HEX triplet: CD, 7B and 00. RGB value is (205,123,0). Sum of RGB (Red+Green+Blue) = 205+123+0=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B00 is #3284FF. Grayscale: #868686. Windows color (decimal): -3310848 or 31693. OLE color: 31693.
HSL color Cylindrical-coordinate representation of color #CD7B00: hue angle of 36º 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 #CD7B00 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.20 |
| HSL | 36º | 1% | 0.4% | - |
| HSV(B) | 36º | 1% | 0.8% | - |
| XYZ | 32.26 | 27.15 | 3.54 | - |
| YUV | 133.5 | 52.67 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 0 | 0 | 0.4 | 1 | 0.20 | 36 | 1 | 0.4 |
| Hex | CD | 7B | 0 | 0 | 28 | 64 | 14 | 24 | 64 | 28 |
| Octal | 315 | 173 | 0 | 0 | 50 | 144 | 24 | 44 | 144 | 50 |
| Binary | 11001101 | 1111011 | 0 | 0 | 101000 | 1100100 | 10100 | 100100 | 1100100 | 101000 |
Color Harmonies of #CD7B00
Complementary color
Monochromatic Colors of #CD7B00
Black with #CD7B00
Text Example
Text Example
White with #CD7B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B00; }
p { color: rgb(205,123,0); }
H1.HeaderClassName
{
color: #CD7B00;
}
.AnyTagClassName
{
color: #CD7B00;
}
</style>
background-color css
<style>
a { background-color: #CD7B00; }
a { background-color: rgb(205,123,0); }
div.DivClassName
{
background-color: #CD7B00;
}
.BgClassName
{
background-color: #CD7B00;
}
</style>
border-color css
<style>
span { border-color: #CD7B00; }
span { border-color: rgb(205,123,0); }
td.TdClassName
{
border-color: #CD7B00;
}
.TagClassName
{
border-color: #CD7B00;
}
</style>