Shades of Bird Flower #CAB30D
Tints of Bird Flower #CAB30D
RGB
CMYK
RGB Variations
Color information
#CAB30D (or 0xCAB30D) is known color: Bird Flower. HEX triplet: CA, B3 and 0D. RGB value is (202,179,13). Sum of RGB (Red+Green+Blue) = 202+179+13=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB30D is #354CF2. Grayscale: #A7A7A7. Windows color (decimal): -3493107 or 897994. OLE color: 897994.
HSL color Cylindrical-coordinate representation of color #CAB30D: hue angle of 52.7º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAB30D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.21 |
| HSL | 52.7º | 0.88% | 0.42% | - |
| HSV(B) | 52.7º | 0.94% | 0.79% | - |
| XYZ | 40.55 | 44.83 | 6.9 | - |
| YUV | 166.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 13 | 0 | 0.11 | 0.94 | 0.21 | 52.7 | 0.88 | 0.42 |
| Hex | CA | B3 | D | 0 | B | 5E | 15 | 35 | 58 | 2A |
| Octal | 312 | 263 | 15 | 0 | 13 | 136 | 25 | 65 | 130 | 52 |
| Binary | 11001010 | 10110011 | 1101 | 0 | 1011 | 1011110 | 10101 | 110101 | 1011000 | 101010 |
Color Harmonies of #CAB30D
Complementary color
Monochromatic Colors of #CAB30D
Black with #CAB30D
Text Example
Text Example
White with #CAB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB30D; }
p { color: rgb(202,179,13); }
H1.HeaderClassName
{
color: #CAB30D;
}
.AnyTagClassName
{
color: #CAB30D;
}
</style>
background-color css
<style>
a { background-color: #CAB30D; }
a { background-color: rgb(202,179,13); }
div.DivClassName
{
background-color: #CAB30D;
}
.BgClassName
{
background-color: #CAB30D;
}
</style>
border-color css
<style>
span { border-color: #CAB30D; }
span { border-color: rgb(202,179,13); }
td.TdClassName
{
border-color: #CAB30D;
}
.TagClassName
{
border-color: #CAB30D;
}
</style>