Shades of Dark Goldenrod #CC9608
Tints of Dark Goldenrod #CC9608
RGB
CMYK
RGB Variations
Color information
#CC9608 (or 0xCC9608) is known color: Dark Goldenrod. HEX triplet: CC, 96 and 08. RGB value is (204,150,8). Sum of RGB (Red+Green+Blue) = 204+150+8=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9608 is #3369F7. Grayscale: #969696. Windows color (decimal): -3369464 or 562892. OLE color: 562892.
HSL color Cylindrical-coordinate representation of color #CC9608: hue angle of 43.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC9608 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.2 |
| HSL | 43.47º | 0.92% | 0.42% | - |
| HSV(B) | 43.47º | 0.96% | 0.8% | - |
| XYZ | 35.85 | 34.67 | 5.03 | - |
| YUV | 149.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 8 | 0 | 0.26 | 0.96 | 0.2 | 43.47 | 0.92 | 0.42 |
| Hex | CC | 96 | 8 | 0 | 1A | 60 | 14 | 2B | 5C | 2A |
| Octal | 314 | 226 | 10 | 0 | 32 | 140 | 24 | 53 | 134 | 52 |
| Binary | 11001100 | 10010110 | 1000 | 0 | 11010 | 1100000 | 10100 | 101011 | 1011100 | 101010 |
Color Harmonies of #CC9608
Complementary color
Monochromatic Colors of #CC9608
Black with #CC9608
Text Example
Text Example
White with #CC9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9608; }
p { color: rgb(204,150,8); }
H1.HeaderClassName
{
color: #CC9608;
}
.AnyTagClassName
{
color: #CC9608;
}
</style>
background-color css
<style>
a { background-color: #CC9608; }
a { background-color: rgb(204,150,8); }
div.DivClassName
{
background-color: #CC9608;
}
.BgClassName
{
background-color: #CC9608;
}
</style>
border-color css
<style>
span { border-color: #CC9608; }
span { border-color: rgb(204,150,8); }
td.TdClassName
{
border-color: #CC9608;
}
.TagClassName
{
border-color: #CC9608;
}
</style>