Shades of Dark Goldenrod #CD880B
Tints of Dark Goldenrod #CD880B
RGB
CMYK
RGB Variations
Color information
#CD880B (or 0xCD880B) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 0B. RGB value is (205,136,11). Sum of RGB (Red+Green+Blue) = 205+136+11=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD880B is #3277F4. Grayscale: #8E8E8E. Windows color (decimal): -3307509 or 755917. OLE color: 755917.
HSL color Cylindrical-coordinate representation of color #CD880B: hue angle of 38.66º degrees, saturation: 0.9, 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 #CD880B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.20 |
| HSL | 38.66º | 0.9% | 0.42% | - |
| HSV(B) | 38.66º | 0.95% | 0.8% | - |
| XYZ | 34.04 | 30.61 | 4.43 | - |
| YUV | 142.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 11 | 0 | 0.34 | 0.95 | 0.20 | 38.66 | 0.9 | 0.42 |
| Hex | CD | 88 | B | 0 | 22 | 5F | 14 | 27 | 5A | 2A |
| Octal | 315 | 210 | 13 | 0 | 42 | 137 | 24 | 47 | 132 | 52 |
| Binary | 11001101 | 10001000 | 1011 | 0 | 100010 | 1011111 | 10100 | 100111 | 1011010 | 101010 |
Color Harmonies of #CD880B
Complementary color
Monochromatic Colors of #CD880B
Black with #CD880B
Text Example
Text Example
White with #CD880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD880B; }
p { color: rgb(205,136,11); }
H1.HeaderClassName
{
color: #CD880B;
}
.AnyTagClassName
{
color: #CD880B;
}
</style>
background-color css
<style>
a { background-color: #CD880B; }
a { background-color: rgb(205,136,11); }
div.DivClassName
{
background-color: #CD880B;
}
.BgClassName
{
background-color: #CD880B;
}
</style>
border-color css
<style>
span { border-color: #CD880B; }
span { border-color: rgb(205,136,11); }
td.TdClassName
{
border-color: #CD880B;
}
.TagClassName
{
border-color: #CD880B;
}
</style>