Shades of Bird Flower #CAB21D
Tints of Bird Flower #CAB21D
RGB
CMYK
RGB Variations
Color information
#CAB21D (or 0xCAB21D) is known color: Bird Flower. HEX triplet: CA, B2 and 1D. RGB value is (202,178,29). Sum of RGB (Red+Green+Blue) = 202+178+29=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB21D is #354DE2. Grayscale: #A8A8A8. Windows color (decimal): -3493347 or 1946314. OLE color: 1946314.
HSL color Cylindrical-coordinate representation of color #CAB21D: hue angle of 51.68º 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 #CAB21D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 29 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.21 |
| HSL | 51.68º | 0.75% | 0.45% | - |
| HSV(B) | 51.68º | 0.86% | 0.79% | - |
| XYZ | 40.5 | 44.49 | 7.61 | - |
| YUV | 168.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 29 | 0 | 0.12 | 0.86 | 0.21 | 51.68 | 0.75 | 0.45 |
| Hex | CA | B2 | 1D | 0 | C | 56 | 15 | 34 | 4B | 2D |
| Octal | 312 | 262 | 35 | 0 | 14 | 126 | 25 | 64 | 113 | 55 |
| Binary | 11001010 | 10110010 | 11101 | 0 | 1100 | 1010110 | 10101 | 110100 | 1001011 | 101101 |
Color Harmonies of #CAB21D
Complementary color
Monochromatic Colors of #CAB21D
Black with #CAB21D
Text Example
Text Example
White with #CAB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB21D; }
p { color: rgb(202,178,29); }
H1.HeaderClassName
{
color: #CAB21D;
}
.AnyTagClassName
{
color: #CAB21D;
}
</style>
background-color css
<style>
a { background-color: #CAB21D; }
a { background-color: rgb(202,178,29); }
div.DivClassName
{
background-color: #CAB21D;
}
.BgClassName
{
background-color: #CAB21D;
}
</style>
border-color css
<style>
span { border-color: #CAB21D; }
span { border-color: rgb(202,178,29); }
td.TdClassName
{
border-color: #CAB21D;
}
.TagClassName
{
border-color: #CAB21D;
}
</style>