Shades of Bird Flower #CAB30F
Tints of Bird Flower #CAB30F
RGB
CMYK
RGB Variations
Color information
#CAB30F (or 0xCAB30F) is known color: Bird Flower. HEX triplet: CA, B3 and 0F. RGB value is (202,179,15). Sum of RGB (Red+Green+Blue) = 202+179+15=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB30F is #354CF0. Grayscale: #A7A7A7. Windows color (decimal): -3493105 or 1029066. OLE color: 1029066.
HSL color Cylindrical-coordinate representation of color #CAB30F: hue angle of 52.62º 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 #CAB30F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.21 |
| HSL | 52.62º | 0.86% | 0.43% | - |
| HSV(B) | 52.62º | 0.93% | 0.79% | - |
| XYZ | 40.56 | 44.83 | 6.97 | - |
| YUV | 167.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 15 | 0 | 0.11 | 0.93 | 0.21 | 52.62 | 0.86 | 0.43 |
| Hex | CA | B3 | F | 0 | B | 5D | 15 | 35 | 56 | 2B |
| Octal | 312 | 263 | 17 | 0 | 13 | 135 | 25 | 65 | 126 | 53 |
| Binary | 11001010 | 10110011 | 1111 | 0 | 1011 | 1011101 | 10101 | 110101 | 1010110 | 101011 |
Color Harmonies of #CAB30F
Complementary color
Monochromatic Colors of #CAB30F
Black with #CAB30F
Text Example
Text Example
White with #CAB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB30F; }
p { color: rgb(202,179,15); }
H1.HeaderClassName
{
color: #CAB30F;
}
.AnyTagClassName
{
color: #CAB30F;
}
</style>
background-color css
<style>
a { background-color: #CAB30F; }
a { background-color: rgb(202,179,15); }
div.DivClassName
{
background-color: #CAB30F;
}
.BgClassName
{
background-color: #CAB30F;
}
</style>
border-color css
<style>
span { border-color: #CAB30F; }
span { border-color: rgb(202,179,15); }
td.TdClassName
{
border-color: #CAB30F;
}
.TagClassName
{
border-color: #CAB30F;
}
</style>