Shades of Dark Goldenrod #CD7F0A
Tints of Dark Goldenrod #CD7F0A
RGB
CMYK
RGB Variations
Color information
#CD7F0A (or 0xCD7F0A) is known color: Dark Goldenrod. HEX triplet: CD, 7F and 0A. RGB value is (205,127,10). Sum of RGB (Red+Green+Blue) = 205+127+10=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7F0A is #3280F5. Grayscale: #898989. Windows color (decimal): -3309814 or 688077. OLE color: 688077.
HSL color Cylindrical-coordinate representation of color #CD7F0A: hue angle of 36º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD7F0A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 127 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.20 |
| HSL | 36º | 0.91% | 0.42% | - |
| HSV(B) | 36º | 0.95% | 0.8% | - |
| XYZ | 32.82 | 28.18 | 4 | - |
| YUV | 136.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 127 | 10 | 0 | 0.38 | 0.95 | 0.20 | 36 | 0.91 | 0.42 |
| Hex | CD | 7F | A | 0 | 26 | 5F | 14 | 24 | 5B | 2A |
| Octal | 315 | 177 | 12 | 0 | 46 | 137 | 24 | 44 | 133 | 52 |
| Binary | 11001101 | 1111111 | 1010 | 0 | 100110 | 1011111 | 10100 | 100100 | 1011011 | 101010 |
Color Harmonies of #CD7F0A
Complementary color
Monochromatic Colors of #CD7F0A
Black with #CD7F0A
Text Example
Text Example
White with #CD7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7F0A; }
p { color: rgb(205,127,10); }
H1.HeaderClassName
{
color: #CD7F0A;
}
.AnyTagClassName
{
color: #CD7F0A;
}
</style>
background-color css
<style>
a { background-color: #CD7F0A; }
a { background-color: rgb(205,127,10); }
div.DivClassName
{
background-color: #CD7F0A;
}
.BgClassName
{
background-color: #CD7F0A;
}
</style>
border-color css
<style>
span { border-color: #CD7F0A; }
span { border-color: rgb(205,127,10); }
td.TdClassName
{
border-color: #CD7F0A;
}
.TagClassName
{
border-color: #CD7F0A;
}
</style>