Shades of Bird Flower #CAB80F
Tints of Bird Flower #CAB80F
RGB
CMYK
RGB Variations
Color information
#CAB80F (or 0xCAB80F) is known color: Bird Flower. HEX triplet: CA, B8 and 0F. RGB value is (202,184,15). Sum of RGB (Red+Green+Blue) = 202+184+15=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB80F is #3547F0. Grayscale: #AAAAAA. Windows color (decimal): -3491825 or 1030346. OLE color: 1030346.
HSL color Cylindrical-coordinate representation of color #CAB80F: hue angle of 54.22º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAB80F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.21 |
| HSL | 54.22º | 0.86% | 0.43% | - |
| HSV(B) | 54.22º | 0.93% | 0.79% | - |
| XYZ | 41.58 | 46.87 | 7.31 | - |
| YUV | 170.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 15 | 0 | 0.09 | 0.93 | 0.21 | 54.22 | 0.86 | 0.43 |
| Hex | CA | B8 | F | 0 | 9 | 5D | 15 | 36 | 56 | 2B |
| Octal | 312 | 270 | 17 | 0 | 11 | 135 | 25 | 66 | 126 | 53 |
| Binary | 11001010 | 10111000 | 1111 | 0 | 1001 | 1011101 | 10101 | 110110 | 1010110 | 101011 |
Color Harmonies of #CAB80F
Complementary color
Monochromatic Colors of #CAB80F
Black with #CAB80F
Text Example
Text Example
White with #CAB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB80F; }
p { color: rgb(202,184,15); }
H1.HeaderClassName
{
color: #CAB80F;
}
.AnyTagClassName
{
color: #CAB80F;
}
</style>
background-color css
<style>
a { background-color: #CAB80F; }
a { background-color: rgb(202,184,15); }
div.DivClassName
{
background-color: #CAB80F;
}
.BgClassName
{
background-color: #CAB80F;
}
</style>
border-color css
<style>
span { border-color: #CAB80F; }
span { border-color: rgb(202,184,15); }
td.TdClassName
{
border-color: #CAB80F;
}
.TagClassName
{
border-color: #CAB80F;
}
</style>