Shades of Dark Goldenrod #CC8F0F
Tints of Dark Goldenrod #CC8F0F
RGB
CMYK
RGB Variations
Color information
#CC8F0F (or 0xCC8F0F) is known color: Dark Goldenrod. HEX triplet: CC, 8F and 0F. RGB value is (204,143,15). Sum of RGB (Red+Green+Blue) = 204+143+15=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F0F is #3370F0. Grayscale: #939393. Windows color (decimal): -3371249 or 1019852. OLE color: 1019852.
HSL color Cylindrical-coordinate representation of color #CC8F0F: hue angle of 40.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC8F0F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.2 |
| HSL | 40.63º | 0.86% | 0.43% | - |
| HSV(B) | 40.63º | 0.93% | 0.8% | - |
| XYZ | 34.81 | 32.52 | 4.89 | - |
| YUV | 146.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 15 | 0 | 0.30 | 0.93 | 0.2 | 40.63 | 0.86 | 0.43 |
| Hex | CC | 8F | F | 0 | 1E | 5D | 14 | 29 | 56 | 2B |
| Octal | 314 | 217 | 17 | 0 | 36 | 135 | 24 | 51 | 126 | 53 |
| Binary | 11001100 | 10001111 | 1111 | 0 | 11110 | 1011101 | 10100 | 101001 | 1010110 | 101011 |
Color Harmonies of #CC8F0F
Complementary color
Monochromatic Colors of #CC8F0F
Black with #CC8F0F
Text Example
Text Example
White with #CC8F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F0F; }
p { color: rgb(204,143,15); }
H1.HeaderClassName
{
color: #CC8F0F;
}
.AnyTagClassName
{
color: #CC8F0F;
}
</style>
background-color css
<style>
a { background-color: #CC8F0F; }
a { background-color: rgb(204,143,15); }
div.DivClassName
{
background-color: #CC8F0F;
}
.BgClassName
{
background-color: #CC8F0F;
}
</style>
border-color css
<style>
span { border-color: #CC8F0F; }
span { border-color: rgb(204,143,15); }
td.TdClassName
{
border-color: #CC8F0F;
}
.TagClassName
{
border-color: #CC8F0F;
}
</style>