Shades of Bird Flower #CAB70F
Tints of Bird Flower #CAB70F
RGB
CMYK
RGB Variations
Color information
#CAB70F (or 0xCAB70F) is known color: Bird Flower. HEX triplet: CA, B7 and 0F. RGB value is (202,183,15). Sum of RGB (Red+Green+Blue) = 202+183+15=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB70F is #3548F0. Grayscale: #AAAAAA. Windows color (decimal): -3492081 or 1030090. OLE color: 1030090.
HSL color Cylindrical-coordinate representation of color #CAB70F: hue angle of 53.9º 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 #CAB70F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.21 |
| HSL | 53.9º | 0.86% | 0.43% | - |
| HSV(B) | 53.9º | 0.93% | 0.79% | - |
| XYZ | 41.38 | 46.46 | 7.24 | - |
| YUV | 169.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 15 | 0 | 0.09 | 0.93 | 0.21 | 53.9 | 0.86 | 0.43 |
| Hex | CA | B7 | F | 0 | 9 | 5D | 15 | 36 | 56 | 2B |
| Octal | 312 | 267 | 17 | 0 | 11 | 135 | 25 | 66 | 126 | 53 |
| Binary | 11001010 | 10110111 | 1111 | 0 | 1001 | 1011101 | 10101 | 110110 | 1010110 | 101011 |
Color Harmonies of #CAB70F
Complementary color
Monochromatic Colors of #CAB70F
Black with #CAB70F
Text Example
Text Example
White with #CAB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB70F; }
p { color: rgb(202,183,15); }
H1.HeaderClassName
{
color: #CAB70F;
}
.AnyTagClassName
{
color: #CAB70F;
}
</style>
background-color css
<style>
a { background-color: #CAB70F; }
a { background-color: rgb(202,183,15); }
div.DivClassName
{
background-color: #CAB70F;
}
.BgClassName
{
background-color: #CAB70F;
}
</style>
border-color css
<style>
span { border-color: #CAB70F; }
span { border-color: rgb(202,183,15); }
td.TdClassName
{
border-color: #CAB70F;
}
.TagClassName
{
border-color: #CAB70F;
}
</style>