Shades of Dark Goldenrod #CD810D
Tints of Dark Goldenrod #CD810D
RGB
CMYK
RGB Variations
Color information
#CD810D (or 0xCD810D) is known color: Dark Goldenrod. HEX triplet: CD, 81 and 0D. RGB value is (205,129,13). Sum of RGB (Red+Green+Blue) = 205+129+13=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD810D is #327EF2. Grayscale: #8B8B8B. Windows color (decimal): -3309299 or 885197. OLE color: 885197.
HSL color Cylindrical-coordinate representation of color #CD810D: hue angle of 36.25º degrees, saturation: 0.88, 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 #CD810D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.20 |
| HSL | 36.25º | 0.88% | 0.43% | - |
| HSV(B) | 36.25º | 0.94% | 0.8% | - |
| XYZ | 33.1 | 28.71 | 4.18 | - |
| YUV | 138.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 13 | 0 | 0.37 | 0.94 | 0.20 | 36.25 | 0.88 | 0.43 |
| Hex | CD | 81 | D | 0 | 25 | 5E | 14 | 24 | 58 | 2B |
| Octal | 315 | 201 | 15 | 0 | 45 | 136 | 24 | 44 | 130 | 53 |
| Binary | 11001101 | 10000001 | 1101 | 0 | 100101 | 1011110 | 10100 | 100100 | 1011000 | 101011 |
Color Harmonies of #CD810D
Complementary color
Monochromatic Colors of #CD810D
Black with #CD810D
Text Example
Text Example
White with #CD810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD810D; }
p { color: rgb(205,129,13); }
H1.HeaderClassName
{
color: #CD810D;
}
.AnyTagClassName
{
color: #CD810D;
}
</style>
background-color css
<style>
a { background-color: #CD810D; }
a { background-color: rgb(205,129,13); }
div.DivClassName
{
background-color: #CD810D;
}
.BgClassName
{
background-color: #CD810D;
}
</style>
border-color css
<style>
span { border-color: #CD810D; }
span { border-color: rgb(205,129,13); }
td.TdClassName
{
border-color: #CD810D;
}
.TagClassName
{
border-color: #CD810D;
}
</style>