Shades of Bird Flower #CAB000
Tints of Bird Flower #CAB000
RGB
CMYK
RGB Variations
Color information
#CAB000 (or 0xCAB000) is known color: Bird Flower. HEX triplet: CA, B0 and 00. RGB value is (202,176,0). Sum of RGB (Red+Green+Blue) = 202+176+0=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB000 is #354FFF. Grayscale: #A4A4A4. Windows color (decimal): -3493888 or 45258. OLE color: 45258.
HSL color Cylindrical-coordinate representation of color #CAB000: hue angle of 52.28º 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 #CAB000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.21 |
| HSL | 52.28º | 1% | 0.4% | - |
| HSV(B) | 52.28º | 1% | 0.79% | - |
| XYZ | 39.88 | 43.61 | 6.32 | - |
| YUV | 163.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 0 | 0 | 0.13 | 1 | 0.21 | 52.28 | 1 | 0.4 |
| Hex | CA | B0 | 0 | 0 | D | 64 | 15 | 34 | 64 | 28 |
| Octal | 312 | 260 | 0 | 0 | 15 | 144 | 25 | 64 | 144 | 50 |
| Binary | 11001010 | 10110000 | 0 | 0 | 1101 | 1100100 | 10101 | 110100 | 1100100 | 101000 |
Color Harmonies of #CAB000
Complementary color
Monochromatic Colors of #CAB000
Black with #CAB000
Text Example
Text Example
White with #CAB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB000; }
p { color: rgb(202,176,0); }
H1.HeaderClassName
{
color: #CAB000;
}
.AnyTagClassName
{
color: #CAB000;
}
</style>
background-color css
<style>
a { background-color: #CAB000; }
a { background-color: rgb(202,176,0); }
div.DivClassName
{
background-color: #CAB000;
}
.BgClassName
{
background-color: #CAB000;
}
</style>
border-color css
<style>
span { border-color: #CAB000; }
span { border-color: rgb(202,176,0); }
td.TdClassName
{
border-color: #CAB000;
}
.TagClassName
{
border-color: #CAB000;
}
</style>