Shades of Dark Goldenrod #CD8A00
Tints of Dark Goldenrod #CD8A00
RGB
CMYK
RGB Variations
Color information
#CD8A00 (or 0xCD8A00) is known color: Dark Goldenrod. HEX triplet: CD, 8A and 00. RGB value is (205,138,0). Sum of RGB (Red+Green+Blue) = 205+138+0=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8A00 is #3275FF. Grayscale: #8E8E8E. Windows color (decimal): -3307008 or 35533. OLE color: 35533.
HSL color Cylindrical-coordinate representation of color #CD8A00: hue angle of 40.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD8A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.20 |
| HSL | 40.39º | 1% | 0.4% | - |
| HSV(B) | 40.39º | 1% | 0.8% | - |
| XYZ | 34.27 | 31.16 | 4.21 | - |
| YUV | 142.3 | 47.7 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 0 | 0 | 0.33 | 1 | 0.20 | 40.39 | 1 | 0.4 |
| Hex | CD | 8A | 0 | 0 | 21 | 64 | 14 | 28 | 64 | 28 |
| Octal | 315 | 212 | 0 | 0 | 41 | 144 | 24 | 50 | 144 | 50 |
| Binary | 11001101 | 10001010 | 0 | 0 | 100001 | 1100100 | 10100 | 101000 | 1100100 | 101000 |
Color Harmonies of #CD8A00
Complementary color
Monochromatic Colors of #CD8A00
Black with #CD8A00
Text Example
Text Example
White with #CD8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A00; }
p { color: rgb(205,138,0); }
H1.HeaderClassName
{
color: #CD8A00;
}
.AnyTagClassName
{
color: #CD8A00;
}
</style>
background-color css
<style>
a { background-color: #CD8A00; }
a { background-color: rgb(205,138,0); }
div.DivClassName
{
background-color: #CD8A00;
}
.BgClassName
{
background-color: #CD8A00;
}
</style>
border-color css
<style>
span { border-color: #CD8A00; }
span { border-color: rgb(205,138,0); }
td.TdClassName
{
border-color: #CD8A00;
}
.TagClassName
{
border-color: #CD8A00;
}
</style>