Shades of Bird Flower #CCB41F
Tints of Bird Flower #CCB41F
RGB
CMYK
RGB Variations
Color information
#CCB41F (or 0xCCB41F) is known color: Bird Flower. HEX triplet: CC, B4 and 1F. RGB value is (204,180,31). Sum of RGB (Red+Green+Blue) = 204+180+31=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB41F is #334BE0. Grayscale: #AAAAAA. Windows color (decimal): -3361761 or 2077900. OLE color: 2077900.
HSL color Cylindrical-coordinate representation of color #CCB41F: hue angle of 51.68º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB41F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 31 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.2 |
| HSL | 51.68º | 0.74% | 0.46% | - |
| HSV(B) | 51.68º | 0.85% | 0.8% | - |
| XYZ | 41.47 | 45.58 | 7.91 | - |
| YUV | 170.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 31 | 0 | 0.12 | 0.85 | 0.2 | 51.68 | 0.74 | 0.46 |
| Hex | CC | B4 | 1F | 0 | C | 55 | 14 | 34 | 4A | 2E |
| Octal | 314 | 264 | 37 | 0 | 14 | 125 | 24 | 64 | 112 | 56 |
| Binary | 11001100 | 10110100 | 11111 | 0 | 1100 | 1010101 | 10100 | 110100 | 1001010 | 101110 |
Color Harmonies of #CCB41F
Complementary color
Monochromatic Colors of #CCB41F
Black with #CCB41F
Text Example
Text Example
White with #CCB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB41F; }
p { color: rgb(204,180,31); }
H1.HeaderClassName
{
color: #CCB41F;
}
.AnyTagClassName
{
color: #CCB41F;
}
</style>
background-color css
<style>
a { background-color: #CCB41F; }
a { background-color: rgb(204,180,31); }
div.DivClassName
{
background-color: #CCB41F;
}
.BgClassName
{
background-color: #CCB41F;
}
</style>
border-color css
<style>
span { border-color: #CCB41F; }
span { border-color: rgb(204,180,31); }
td.TdClassName
{
border-color: #CCB41F;
}
.TagClassName
{
border-color: #CCB41F;
}
</style>