Shades of Bird Flower #CAB91D
Tints of Bird Flower #CAB91D
RGB
CMYK
RGB Variations
Color information
#CAB91D (or 0xCAB91D) is known color: Bird Flower. HEX triplet: CA, B9 and 1D. RGB value is (202,185,29). Sum of RGB (Red+Green+Blue) = 202+185+29=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB91D is #3546E2. Grayscale: #ACACAC. Windows color (decimal): -3491555 or 1948106. OLE color: 1948106.
HSL color Cylindrical-coordinate representation of color #CAB91D: hue angle of 54.1º degrees, saturation: 0.75, 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 #CAB91D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 29 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.21 |
| HSL | 54.1º | 0.75% | 0.45% | - |
| HSV(B) | 54.1º | 0.86% | 0.79% | - |
| XYZ | 41.93 | 47.34 | 8.09 | - |
| YUV | 172.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 29 | 0 | 0.08 | 0.86 | 0.21 | 54.1 | 0.75 | 0.45 |
| Hex | CA | B9 | 1D | 0 | 8 | 56 | 15 | 36 | 4B | 2D |
| Octal | 312 | 271 | 35 | 0 | 10 | 126 | 25 | 66 | 113 | 55 |
| Binary | 11001010 | 10111001 | 11101 | 0 | 1000 | 1010110 | 10101 | 110110 | 1001011 | 101101 |
Color Harmonies of #CAB91D
Complementary color
Monochromatic Colors of #CAB91D
Black with #CAB91D
Text Example
Text Example
White with #CAB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB91D; }
p { color: rgb(202,185,29); }
H1.HeaderClassName
{
color: #CAB91D;
}
.AnyTagClassName
{
color: #CAB91D;
}
</style>
background-color css
<style>
a { background-color: #CAB91D; }
a { background-color: rgb(202,185,29); }
div.DivClassName
{
background-color: #CAB91D;
}
.BgClassName
{
background-color: #CAB91D;
}
</style>
border-color css
<style>
span { border-color: #CAB91D; }
span { border-color: rgb(202,185,29); }
td.TdClassName
{
border-color: #CAB91D;
}
.TagClassName
{
border-color: #CAB91D;
}
</style>