Shades of Dark Goldenrod #CD810C
Tints of Dark Goldenrod #CD810C
RGB
CMYK
RGB Variations
Color information
#CD810C (or 0xCD810C) is known color: Dark Goldenrod. HEX triplet: CD, 81 and 0C. RGB value is (205,129,12). Sum of RGB (Red+Green+Blue) = 205+129+12=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD810C is #327EF3. Grayscale: #8A8A8A. Windows color (decimal): -3309300 or 819661. OLE color: 819661.
HSL color Cylindrical-coordinate representation of color #CD810C: hue angle of 36.37º 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 #CD810C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.20 |
| HSL | 36.37º | 0.89% | 0.43% | - |
| HSV(B) | 36.37º | 0.94% | 0.8% | - |
| XYZ | 33.09 | 28.71 | 4.14 | - |
| YUV | 138.39 | 56.68 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 12 | 0 | 0.37 | 0.94 | 0.20 | 36.37 | 0.89 | 0.43 |
| Hex | CD | 81 | C | 0 | 25 | 5E | 14 | 24 | 59 | 2B |
| Octal | 315 | 201 | 14 | 0 | 45 | 136 | 24 | 44 | 131 | 53 |
| Binary | 11001101 | 10000001 | 1100 | 0 | 100101 | 1011110 | 10100 | 100100 | 1011001 | 101011 |
Color Harmonies of #CD810C
Complementary color
Monochromatic Colors of #CD810C
Black with #CD810C
Text Example
Text Example
White with #CD810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD810C; }
p { color: rgb(205,129,12); }
H1.HeaderClassName
{
color: #CD810C;
}
.AnyTagClassName
{
color: #CD810C;
}
</style>
background-color css
<style>
a { background-color: #CD810C; }
a { background-color: rgb(205,129,12); }
div.DivClassName
{
background-color: #CD810C;
}
.BgClassName
{
background-color: #CD810C;
}
</style>
border-color css
<style>
span { border-color: #CD810C; }
span { border-color: rgb(205,129,12); }
td.TdClassName
{
border-color: #CD810C;
}
.TagClassName
{
border-color: #CD810C;
}
</style>