Shades of Dark Goldenrod #CD8B0C
Tints of Dark Goldenrod #CD8B0C
RGB
CMYK
RGB Variations
Color information
#CD8B0C (or 0xCD8B0C) is known color: Dark Goldenrod. HEX triplet: CD, 8B and 0C. RGB value is (205,139,12). Sum of RGB (Red+Green+Blue) = 205+139+12=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8B0C is #3274F3. Grayscale: #909090. Windows color (decimal): -3306740 or 822221. OLE color: 822221.
HSL color Cylindrical-coordinate representation of color #CD8B0C: hue angle of 39.48º 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 #CD8B0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.20 |
| HSL | 39.48º | 0.89% | 0.43% | - |
| HSV(B) | 39.48º | 0.94% | 0.8% | - |
| XYZ | 34.48 | 31.47 | 4.61 | - |
| YUV | 144.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 12 | 0 | 0.32 | 0.94 | 0.20 | 39.48 | 0.89 | 0.43 |
| Hex | CD | 8B | C | 0 | 20 | 5E | 14 | 27 | 59 | 2B |
| Octal | 315 | 213 | 14 | 0 | 40 | 136 | 24 | 47 | 131 | 53 |
| Binary | 11001101 | 10001011 | 1100 | 0 | 100000 | 1011110 | 10100 | 100111 | 1011001 | 101011 |
Color Harmonies of #CD8B0C
Complementary color
Monochromatic Colors of #CD8B0C
Black with #CD8B0C
Text Example
Text Example
White with #CD8B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8B0C; }
p { color: rgb(205,139,12); }
H1.HeaderClassName
{
color: #CD8B0C;
}
.AnyTagClassName
{
color: #CD8B0C;
}
</style>
background-color css
<style>
a { background-color: #CD8B0C; }
a { background-color: rgb(205,139,12); }
div.DivClassName
{
background-color: #CD8B0C;
}
.BgClassName
{
background-color: #CD8B0C;
}
</style>
border-color css
<style>
span { border-color: #CD8B0C; }
span { border-color: rgb(205,139,12); }
td.TdClassName
{
border-color: #CD8B0C;
}
.TagClassName
{
border-color: #CD8B0C;
}
</style>