Shades of Dark Goldenrod #CA8608
Tints of Dark Goldenrod #CA8608
RGB
CMYK
RGB Variations
Color information
#CA8608 (or 0xCA8608) is known color: Dark Goldenrod. HEX triplet: CA, 86 and 08. RGB value is (202,134,8). Sum of RGB (Red+Green+Blue) = 202+134+8=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8608 is #3579F7. Grayscale: #8C8C8C. Windows color (decimal): -3504632 or 558794. OLE color: 558794.
HSL color Cylindrical-coordinate representation of color #CA8608: hue angle of 38.97º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA8608 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.21 |
| HSL | 38.97º | 0.92% | 0.41% | - |
| HSV(B) | 38.97º | 0.96% | 0.79% | - |
| XYZ | 32.93 | 29.62 | 4.21 | - |
| YUV | 139.97 | 53.53 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 8 | 0 | 0.34 | 0.96 | 0.21 | 38.97 | 0.92 | 0.41 |
| Hex | CA | 86 | 8 | 0 | 22 | 60 | 15 | 27 | 5C | 29 |
| Octal | 312 | 206 | 10 | 0 | 42 | 140 | 25 | 47 | 134 | 51 |
| Binary | 11001010 | 10000110 | 1000 | 0 | 100010 | 1100000 | 10101 | 100111 | 1011100 | 101001 |
Color Harmonies of #CA8608
Complementary color
Monochromatic Colors of #CA8608
Black with #CA8608
Text Example
Text Example
White with #CA8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8608; }
p { color: rgb(202,134,8); }
H1.HeaderClassName
{
color: #CA8608;
}
.AnyTagClassName
{
color: #CA8608;
}
</style>
background-color css
<style>
a { background-color: #CA8608; }
a { background-color: rgb(202,134,8); }
div.DivClassName
{
background-color: #CA8608;
}
.BgClassName
{
background-color: #CA8608;
}
</style>
border-color css
<style>
span { border-color: #CA8608; }
span { border-color: rgb(202,134,8); }
td.TdClassName
{
border-color: #CA8608;
}
.TagClassName
{
border-color: #CA8608;
}
</style>