Shades of Bird Flower #CAB31C
Tints of Bird Flower #CAB31C
RGB
CMYK
RGB Variations
Color information
#CAB31C (or 0xCAB31C) is known color: Bird Flower. HEX triplet: CA, B3 and 1C. RGB value is (202,179,28). Sum of RGB (Red+Green+Blue) = 202+179+28=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB31C is #354CE3. Grayscale: #A9A9A9. Windows color (decimal): -3493092 or 1881034. OLE color: 1881034.
HSL color Cylindrical-coordinate representation of color #CAB31C: hue angle of 52.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAB31C is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 28 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.21 |
| HSL | 52.07º | 0.76% | 0.45% | - |
| HSV(B) | 52.07º | 0.86% | 0.79% | - |
| XYZ | 40.69 | 44.88 | 7.62 | - |
| YUV | 168.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 28 | 0 | 0.11 | 0.86 | 0.21 | 52.07 | 0.76 | 0.45 |
| Hex | CA | B3 | 1C | 0 | B | 56 | 15 | 34 | 4C | 2D |
| Octal | 312 | 263 | 34 | 0 | 13 | 126 | 25 | 64 | 114 | 55 |
| Binary | 11001010 | 10110011 | 11100 | 0 | 1011 | 1010110 | 10101 | 110100 | 1001100 | 101101 |
Color Harmonies of #CAB31C
Complementary color
Monochromatic Colors of #CAB31C
Black with #CAB31C
Text Example
Text Example
White with #CAB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB31C; }
p { color: rgb(202,179,28); }
H1.HeaderClassName
{
color: #CAB31C;
}
.AnyTagClassName
{
color: #CAB31C;
}
</style>
background-color css
<style>
a { background-color: #CAB31C; }
a { background-color: rgb(202,179,28); }
div.DivClassName
{
background-color: #CAB31C;
}
.BgClassName
{
background-color: #CAB31C;
}
</style>
border-color css
<style>
span { border-color: #CAB31C; }
span { border-color: rgb(202,179,28); }
td.TdClassName
{
border-color: #CAB31C;
}
.TagClassName
{
border-color: #CAB31C;
}
</style>