Shades of Dark Goldenrod #CD8A0D
Tints of Dark Goldenrod #CD8A0D
RGB
CMYK
RGB Variations
Color information
#CD8A0D (or 0xCD8A0D) is known color: Dark Goldenrod. HEX triplet: CD, 8A and 0D. RGB value is (205,138,13). Sum of RGB (Red+Green+Blue) = 205+138+13=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8A0D is #3275F2. Grayscale: #909090. Windows color (decimal): -3306995 or 887501. OLE color: 887501.
HSL color Cylindrical-coordinate representation of color #CD8A0D: hue angle of 39.06º 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 #CD8A0D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.20 |
| HSL | 39.06º | 0.88% | 0.43% | - |
| HSV(B) | 39.06º | 0.94% | 0.8% | - |
| XYZ | 34.34 | 31.19 | 4.59 | - |
| YUV | 143.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 13 | 0 | 0.33 | 0.94 | 0.20 | 39.06 | 0.88 | 0.43 |
| Hex | CD | 8A | D | 0 | 21 | 5E | 14 | 27 | 58 | 2B |
| Octal | 315 | 212 | 15 | 0 | 41 | 136 | 24 | 47 | 130 | 53 |
| Binary | 11001101 | 10001010 | 1101 | 0 | 100001 | 1011110 | 10100 | 100111 | 1011000 | 101011 |
Color Harmonies of #CD8A0D
Complementary color
Monochromatic Colors of #CD8A0D
Black with #CD8A0D
Text Example
Text Example
White with #CD8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A0D; }
p { color: rgb(205,138,13); }
H1.HeaderClassName
{
color: #CD8A0D;
}
.AnyTagClassName
{
color: #CD8A0D;
}
</style>
background-color css
<style>
a { background-color: #CD8A0D; }
a { background-color: rgb(205,138,13); }
div.DivClassName
{
background-color: #CD8A0D;
}
.BgClassName
{
background-color: #CD8A0D;
}
</style>
border-color css
<style>
span { border-color: #CD8A0D; }
span { border-color: rgb(205,138,13); }
td.TdClassName
{
border-color: #CD8A0D;
}
.TagClassName
{
border-color: #CD8A0D;
}
</style>