Shades of Dark Goldenrod #CA800F
Tints of Dark Goldenrod #CA800F
RGB
CMYK
RGB Variations
Color information
#CA800F (or 0xCA800F) is known color: Dark Goldenrod. HEX triplet: CA, 80 and 0F. RGB value is (202,128,15). Sum of RGB (Red+Green+Blue) = 202+128+15=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA800F is #357FF0. Grayscale: #898989. Windows color (decimal): -3506161 or 1016010. OLE color: 1016010.
HSL color Cylindrical-coordinate representation of color #CA800F: hue angle of 36.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA800F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 15 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.21 |
| HSL | 36.26º | 0.86% | 0.43% | - |
| HSV(B) | 36.26º | 0.93% | 0.79% | - |
| XYZ | 32.16 | 28.03 | 4.17 | - |
| YUV | 137.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 15 | 0 | 0.37 | 0.93 | 0.21 | 36.26 | 0.86 | 0.43 |
| Hex | CA | 80 | F | 0 | 25 | 5D | 15 | 24 | 56 | 2B |
| Octal | 312 | 200 | 17 | 0 | 45 | 135 | 25 | 44 | 126 | 53 |
| Binary | 11001010 | 10000000 | 1111 | 0 | 100101 | 1011101 | 10101 | 100100 | 1010110 | 101011 |
Color Harmonies of #CA800F
Complementary color
Monochromatic Colors of #CA800F
Black with #CA800F
Text Example
Text Example
White with #CA800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA800F; }
p { color: rgb(202,128,15); }
H1.HeaderClassName
{
color: #CA800F;
}
.AnyTagClassName
{
color: #CA800F;
}
</style>
background-color css
<style>
a { background-color: #CA800F; }
a { background-color: rgb(202,128,15); }
div.DivClassName
{
background-color: #CA800F;
}
.BgClassName
{
background-color: #CA800F;
}
</style>
border-color css
<style>
span { border-color: #CA800F; }
span { border-color: rgb(202,128,15); }
td.TdClassName
{
border-color: #CA800F;
}
.TagClassName
{
border-color: #CA800F;
}
</style>