Shades of Bird Flower #CAC807
Tints of Bird Flower #CAC807
RGB
CMYK
RGB Variations
Color information
#CAC807 (or 0xCAC807) is known color: Bird Flower. HEX triplet: CA, C8 and 07. RGB value is (202,200,7). Sum of RGB (Red+Green+Blue) = 202+200+7=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC807 is #3537F8. Grayscale: #B3B3B3. Windows color (decimal): -3487737 or 510154. OLE color: 510154.
HSL color Cylindrical-coordinate representation of color #CAC807: hue angle of 59.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC807 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.21 |
| HSL | 59.38º | 0.93% | 0.41% | - |
| HSV(B) | 59.38º | 0.97% | 0.79% | - |
| XYZ | 45.05 | 53.88 | 8.23 | - |
| YUV | 178.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 7 | 0 | 0.01 | 0.97 | 0.21 | 59.38 | 0.93 | 0.41 |
| Hex | CA | C8 | 7 | 0 | 1 | 61 | 15 | 3B | 5D | 29 |
| Octal | 312 | 310 | 7 | 0 | 1 | 141 | 25 | 73 | 135 | 51 |
| Binary | 11001010 | 11001000 | 111 | 0 | 1 | 1100001 | 10101 | 111011 | 1011101 | 101001 |
Color Harmonies of #CAC807
Complementary color
Monochromatic Colors of #CAC807
Black with #CAC807
Text Example
Text Example
White with #CAC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC807; }
p { color: rgb(202,200,7); }
H1.HeaderClassName
{
color: #CAC807;
}
.AnyTagClassName
{
color: #CAC807;
}
</style>
background-color css
<style>
a { background-color: #CAC807; }
a { background-color: rgb(202,200,7); }
div.DivClassName
{
background-color: #CAC807;
}
.BgClassName
{
background-color: #CAC807;
}
</style>
border-color css
<style>
span { border-color: #CAC807; }
span { border-color: rgb(202,200,7); }
td.TdClassName
{
border-color: #CAC807;
}
.TagClassName
{
border-color: #CAC807;
}
</style>