Shades of Bird Flower #CAB30B
Tints of Bird Flower #CAB30B
RGB
CMYK
RGB Variations
Color information
#CAB30B (or 0xCAB30B) is known color: Bird Flower. HEX triplet: CA, B3 and 0B. RGB value is (202,179,11). Sum of RGB (Red+Green+Blue) = 202+179+11=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB30B is #354CF4. Grayscale: #A7A7A7. Windows color (decimal): -3493109 or 766922. OLE color: 766922.
HSL color Cylindrical-coordinate representation of color #CAB30B: hue angle of 52.77º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAB30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.21 |
| HSL | 52.77º | 0.9% | 0.42% | - |
| HSV(B) | 52.77º | 0.95% | 0.79% | - |
| XYZ | 40.54 | 44.82 | 6.83 | - |
| YUV | 166.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 11 | 0 | 0.11 | 0.95 | 0.21 | 52.77 | 0.9 | 0.42 |
| Hex | CA | B3 | B | 0 | B | 5F | 15 | 35 | 5A | 2A |
| Octal | 312 | 263 | 13 | 0 | 13 | 137 | 25 | 65 | 132 | 52 |
| Binary | 11001010 | 10110011 | 1011 | 0 | 1011 | 1011111 | 10101 | 110101 | 1011010 | 101010 |
Color Harmonies of #CAB30B
Complementary color
Monochromatic Colors of #CAB30B
Black with #CAB30B
Text Example
Text Example
White with #CAB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB30B; }
p { color: rgb(202,179,11); }
H1.HeaderClassName
{
color: #CAB30B;
}
.AnyTagClassName
{
color: #CAB30B;
}
</style>
background-color css
<style>
a { background-color: #CAB30B; }
a { background-color: rgb(202,179,11); }
div.DivClassName
{
background-color: #CAB30B;
}
.BgClassName
{
background-color: #CAB30B;
}
</style>
border-color css
<style>
span { border-color: #CAB30B; }
span { border-color: rgb(202,179,11); }
td.TdClassName
{
border-color: #CAB30B;
}
.TagClassName
{
border-color: #CAB30B;
}
</style>