Shades of Dark Goldenrod #CA9B00
Tints of Dark Goldenrod #CA9B00
RGB
CMYK
RGB Variations
Color information
#CA9B00 (or 0xCA9B00) is known color: Dark Goldenrod. HEX triplet: CA, 9B and 00. RGB value is (202,155,0). Sum of RGB (Red+Green+Blue) = 202+155+0=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9B00 is #3564FF. Grayscale: #989898. Windows color (decimal): -3499264 or 39882. OLE color: 39882.
HSL color Cylindrical-coordinate representation of color #CA9B00: hue angle of 46.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9B00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.21 |
| HSL | 46.04º | 1% | 0.4% | - |
| HSV(B) | 46.04º | 1% | 0.79% | - |
| XYZ | 36.08 | 36 | 5.05 | - |
| YUV | 151.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 0 | 0 | 0.23 | 1 | 0.21 | 46.04 | 1 | 0.4 |
| Hex | CA | 9B | 0 | 0 | 17 | 64 | 15 | 2E | 64 | 28 |
| Octal | 312 | 233 | 0 | 0 | 27 | 144 | 25 | 56 | 144 | 50 |
| Binary | 11001010 | 10011011 | 0 | 0 | 10111 | 1100100 | 10101 | 101110 | 1100100 | 101000 |
Color Harmonies of #CA9B00
Complementary color
Monochromatic Colors of #CA9B00
Black with #CA9B00
Text Example
Text Example
White with #CA9B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B00; }
p { color: rgb(202,155,0); }
H1.HeaderClassName
{
color: #CA9B00;
}
.AnyTagClassName
{
color: #CA9B00;
}
</style>
background-color css
<style>
a { background-color: #CA9B00; }
a { background-color: rgb(202,155,0); }
div.DivClassName
{
background-color: #CA9B00;
}
.BgClassName
{
background-color: #CA9B00;
}
</style>
border-color css
<style>
span { border-color: #CA9B00; }
span { border-color: rgb(202,155,0); }
td.TdClassName
{
border-color: #CA9B00;
}
.TagClassName
{
border-color: #CA9B00;
}
</style>