Shades of Dark Goldenrod #CC8B13
Tints of Dark Goldenrod #CC8B13
RGB
CMYK
RGB Variations
Color information
#CC8B13 (or 0xCC8B13) is known color: Dark Goldenrod. HEX triplet: CC, 8B and 13. RGB value is (204,139,19). Sum of RGB (Red+Green+Blue) = 204+139+19=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8B13 is #3374EC. Grayscale: #919191. Windows color (decimal): -3372269 or 1280972. OLE color: 1280972.
HSL color Cylindrical-coordinate representation of color #CC8B13: hue angle of 38.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8B13 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.2 |
| HSL | 38.92º | 0.83% | 0.44% | - |
| HSV(B) | 38.92º | 0.91% | 0.8% | - |
| XYZ | 34.25 | 31.35 | 4.86 | - |
| YUV | 144.76 | 57.03 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 19 | 0 | 0.32 | 0.91 | 0.2 | 38.92 | 0.83 | 0.44 |
| Hex | CC | 8B | 13 | 0 | 20 | 5B | 14 | 27 | 53 | 2C |
| Octal | 314 | 213 | 23 | 0 | 40 | 133 | 24 | 47 | 123 | 54 |
| Binary | 11001100 | 10001011 | 10011 | 0 | 100000 | 1011011 | 10100 | 100111 | 1010011 | 101100 |
Color Harmonies of #CC8B13
Complementary color
Monochromatic Colors of #CC8B13
Black with #CC8B13
Text Example
Text Example
White with #CC8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B13; }
p { color: rgb(204,139,19); }
H1.HeaderClassName
{
color: #CC8B13;
}
.AnyTagClassName
{
color: #CC8B13;
}
</style>
background-color css
<style>
a { background-color: #CC8B13; }
a { background-color: rgb(204,139,19); }
div.DivClassName
{
background-color: #CC8B13;
}
.BgClassName
{
background-color: #CC8B13;
}
</style>
border-color css
<style>
span { border-color: #CC8B13; }
span { border-color: rgb(204,139,19); }
td.TdClassName
{
border-color: #CC8B13;
}
.TagClassName
{
border-color: #CC8B13;
}
</style>