Shades of Bird Flower #CAC708
Tints of Bird Flower #CAC708
RGB
CMYK
RGB Variations
Color information
#CAC708 (or 0xCAC708) is known color: Bird Flower. HEX triplet: CA, C7 and 08. RGB value is (202,199,8). Sum of RGB (Red+Green+Blue) = 202+199+8=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC708 is #3538F7. Grayscale: #B2B2B2. Windows color (decimal): -3487992 or 575434. OLE color: 575434.
HSL color Cylindrical-coordinate representation of color #CAC708: hue angle of 59.07º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAC708 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.21 |
| HSL | 59.07º | 0.92% | 0.41% | - |
| HSV(B) | 59.07º | 0.96% | 0.79% | - |
| XYZ | 44.82 | 53.42 | 8.18 | - |
| YUV | 178.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 8 | 0 | 0.01 | 0.96 | 0.21 | 59.07 | 0.92 | 0.41 |
| Hex | CA | C7 | 8 | 0 | 1 | 60 | 15 | 3B | 5C | 29 |
| Octal | 312 | 307 | 10 | 0 | 1 | 140 | 25 | 73 | 134 | 51 |
| Binary | 11001010 | 11000111 | 1000 | 0 | 1 | 1100000 | 10101 | 111011 | 1011100 | 101001 |
Color Harmonies of #CAC708
Complementary color
Monochromatic Colors of #CAC708
Black with #CAC708
Text Example
Text Example
White with #CAC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC708; }
p { color: rgb(202,199,8); }
H1.HeaderClassName
{
color: #CAC708;
}
.AnyTagClassName
{
color: #CAC708;
}
</style>
background-color css
<style>
a { background-color: #CAC708; }
a { background-color: rgb(202,199,8); }
div.DivClassName
{
background-color: #CAC708;
}
.BgClassName
{
background-color: #CAC708;
}
</style>
border-color css
<style>
span { border-color: #CAC708; }
span { border-color: rgb(202,199,8); }
td.TdClassName
{
border-color: #CAC708;
}
.TagClassName
{
border-color: #CAC708;
}
</style>