Shades of Bird Flower #CCB70F
Tints of Bird Flower #CCB70F
RGB
CMYK
RGB Variations
Color information
#CCB70F (or 0xCCB70F) is known color: Bird Flower. HEX triplet: CC, B7 and 0F. RGB value is (204,183,15). Sum of RGB (Red+Green+Blue) = 204+183+15=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB70F is #3348F0. Grayscale: #AAAAAA. Windows color (decimal): -3361009 or 1030092. OLE color: 1030092.
HSL color Cylindrical-coordinate representation of color #CCB70F: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCB70F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.2 |
| HSL | 53.33º | 0.86% | 0.43% | - |
| HSV(B) | 53.33º | 0.93% | 0.8% | - |
| XYZ | 41.92 | 46.74 | 7.26 | - |
| YUV | 170.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 15 | 0 | 0.10 | 0.93 | 0.2 | 53.33 | 0.86 | 0.43 |
| Hex | CC | B7 | F | 0 | A | 5D | 14 | 35 | 56 | 2B |
| Octal | 314 | 267 | 17 | 0 | 12 | 135 | 24 | 65 | 126 | 53 |
| Binary | 11001100 | 10110111 | 1111 | 0 | 1010 | 1011101 | 10100 | 110101 | 1010110 | 101011 |
Color Harmonies of #CCB70F
Complementary color
Monochromatic Colors of #CCB70F
Black with #CCB70F
Text Example
Text Example
White with #CCB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB70F; }
p { color: rgb(204,183,15); }
H1.HeaderClassName
{
color: #CCB70F;
}
.AnyTagClassName
{
color: #CCB70F;
}
</style>
background-color css
<style>
a { background-color: #CCB70F; }
a { background-color: rgb(204,183,15); }
div.DivClassName
{
background-color: #CCB70F;
}
.BgClassName
{
background-color: #CCB70F;
}
</style>
border-color css
<style>
span { border-color: #CCB70F; }
span { border-color: rgb(204,183,15); }
td.TdClassName
{
border-color: #CCB70F;
}
.TagClassName
{
border-color: #CCB70F;
}
</style>