Shades of Dark Goldenrod #CD8C11
Tints of Dark Goldenrod #CD8C11
RGB
CMYK
RGB Variations
Color information
#CD8C11 (or 0xCD8C11) is known color: Dark Goldenrod. HEX triplet: CD, 8C and 11. RGB value is (205,140,17). Sum of RGB (Red+Green+Blue) = 205+140+17=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C11 is #3273EE. Grayscale: #919191. Windows color (decimal): -3306479 or 1150157. OLE color: 1150157.
HSL color Cylindrical-coordinate representation of color #CD8C11: hue angle of 39.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD8C11 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.20 |
| HSL | 39.26º | 0.85% | 0.44% | - |
| HSV(B) | 39.26º | 0.92% | 0.8% | - |
| XYZ | 34.66 | 31.78 | 4.84 | - |
| YUV | 145.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 17 | 0 | 0.32 | 0.92 | 0.20 | 39.26 | 0.85 | 0.44 |
| Hex | CD | 8C | 11 | 0 | 20 | 5C | 14 | 27 | 55 | 2C |
| Octal | 315 | 214 | 21 | 0 | 40 | 134 | 24 | 47 | 125 | 54 |
| Binary | 11001101 | 10001100 | 10001 | 0 | 100000 | 1011100 | 10100 | 100111 | 1010101 | 101100 |
Color Harmonies of #CD8C11
Complementary color
Monochromatic Colors of #CD8C11
Black with #CD8C11
Text Example
Text Example
White with #CD8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C11; }
p { color: rgb(205,140,17); }
H1.HeaderClassName
{
color: #CD8C11;
}
.AnyTagClassName
{
color: #CD8C11;
}
</style>
background-color css
<style>
a { background-color: #CD8C11; }
a { background-color: rgb(205,140,17); }
div.DivClassName
{
background-color: #CD8C11;
}
.BgClassName
{
background-color: #CD8C11;
}
</style>
border-color css
<style>
span { border-color: #CD8C11; }
span { border-color: rgb(205,140,17); }
td.TdClassName
{
border-color: #CD8C11;
}
.TagClassName
{
border-color: #CD8C11;
}
</style>