Shades of Bird Flower #CAB00D
Tints of Bird Flower #CAB00D
RGB
CMYK
RGB Variations
Color information
#CAB00D (or 0xCAB00D) is known color: Bird Flower. HEX triplet: CA, B0 and 0D. RGB value is (202,176,13). Sum of RGB (Red+Green+Blue) = 202+176+13=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00D is #354FF2. Grayscale: #A5A5A5. Windows color (decimal): -3493875 or 897226. OLE color: 897226.
HSL color Cylindrical-coordinate representation of color #CAB00D: hue angle of 51.75º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAB00D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.21 |
| HSL | 51.75º | 0.88% | 0.42% | - |
| HSV(B) | 51.75º | 0.94% | 0.79% | - |
| XYZ | 39.96 | 43.64 | 6.7 | - |
| YUV | 165.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 13 | 0 | 0.13 | 0.94 | 0.21 | 51.75 | 0.88 | 0.42 |
| Hex | CA | B0 | D | 0 | D | 5E | 15 | 34 | 58 | 2A |
| Octal | 312 | 260 | 15 | 0 | 15 | 136 | 25 | 64 | 130 | 52 |
| Binary | 11001010 | 10110000 | 1101 | 0 | 1101 | 1011110 | 10101 | 110100 | 1011000 | 101010 |
Color Harmonies of #CAB00D
Complementary color
Monochromatic Colors of #CAB00D
Black with #CAB00D
Text Example
Text Example
White with #CAB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB00D; }
p { color: rgb(202,176,13); }
H1.HeaderClassName
{
color: #CAB00D;
}
.AnyTagClassName
{
color: #CAB00D;
}
</style>
background-color css
<style>
a { background-color: #CAB00D; }
a { background-color: rgb(202,176,13); }
div.DivClassName
{
background-color: #CAB00D;
}
.BgClassName
{
background-color: #CAB00D;
}
</style>
border-color css
<style>
span { border-color: #CAB00D; }
span { border-color: rgb(202,176,13); }
td.TdClassName
{
border-color: #CAB00D;
}
.TagClassName
{
border-color: #CAB00D;
}
</style>