Shades of Bird Flower #CAB61E
Tints of Bird Flower #CAB61E
RGB
CMYK
RGB Variations
Color information
#CAB61E (or 0xCAB61E) is known color: Bird Flower. HEX triplet: CA, B6 and 1E. RGB value is (202,182,30). Sum of RGB (Red+Green+Blue) = 202+182+30=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB61E is #3549E1. Grayscale: #ABABAB. Windows color (decimal): -3492322 or 2012874. OLE color: 2012874.
HSL color Cylindrical-coordinate representation of color #CAB61E: hue angle of 53.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAB61E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 30 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.21 |
| HSL | 53.02º | 0.74% | 0.45% | - |
| HSV(B) | 53.02º | 0.85% | 0.79% | - |
| XYZ | 41.32 | 46.11 | 7.95 | - |
| YUV | 170.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 30 | 0 | 0.10 | 0.85 | 0.21 | 53.02 | 0.74 | 0.45 |
| Hex | CA | B6 | 1E | 0 | A | 55 | 15 | 35 | 4A | 2D |
| Octal | 312 | 266 | 36 | 0 | 12 | 125 | 25 | 65 | 112 | 55 |
| Binary | 11001010 | 10110110 | 11110 | 0 | 1010 | 1010101 | 10101 | 110101 | 1001010 | 101101 |
Color Harmonies of #CAB61E
Complementary color
Monochromatic Colors of #CAB61E
Black with #CAB61E
Text Example
Text Example
White with #CAB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB61E; }
p { color: rgb(202,182,30); }
H1.HeaderClassName
{
color: #CAB61E;
}
.AnyTagClassName
{
color: #CAB61E;
}
</style>
background-color css
<style>
a { background-color: #CAB61E; }
a { background-color: rgb(202,182,30); }
div.DivClassName
{
background-color: #CAB61E;
}
.BgClassName
{
background-color: #CAB61E;
}
</style>
border-color css
<style>
span { border-color: #CAB61E; }
span { border-color: rgb(202,182,30); }
td.TdClassName
{
border-color: #CAB61E;
}
.TagClassName
{
border-color: #CAB61E;
}
</style>