Shades of Bird Flower #CCAF0D
Tints of Bird Flower #CCAF0D
RGB
CMYK
RGB Variations
Color information
#CCAF0D (or 0xCCAF0D) is known color: Bird Flower. HEX triplet: CC, AF and 0D. RGB value is (204,175,13). Sum of RGB (Red+Green+Blue) = 204+175+13=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF0D is #3350F2. Grayscale: #A5A5A5. Windows color (decimal): -3363059 or 896972. OLE color: 896972.
HSL color Cylindrical-coordinate representation of color #CCAF0D: hue angle of 50.89º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCAF0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.2 |
| HSL | 50.89º | 0.88% | 0.43% | - |
| HSV(B) | 50.89º | 0.94% | 0.8% | - |
| XYZ | 40.3 | 43.53 | 6.66 | - |
| YUV | 165.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 13 | 0 | 0.14 | 0.94 | 0.2 | 50.89 | 0.88 | 0.43 |
| Hex | CC | AF | D | 0 | E | 5E | 14 | 33 | 58 | 2B |
| Octal | 314 | 257 | 15 | 0 | 16 | 136 | 24 | 63 | 130 | 53 |
| Binary | 11001100 | 10101111 | 1101 | 0 | 1110 | 1011110 | 10100 | 110011 | 1011000 | 101011 |
Color Harmonies of #CCAF0D
Complementary color
Monochromatic Colors of #CCAF0D
Black with #CCAF0D
Text Example
Text Example
White with #CCAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF0D; }
p { color: rgb(204,175,13); }
H1.HeaderClassName
{
color: #CCAF0D;
}
.AnyTagClassName
{
color: #CCAF0D;
}
</style>
background-color css
<style>
a { background-color: #CCAF0D; }
a { background-color: rgb(204,175,13); }
div.DivClassName
{
background-color: #CCAF0D;
}
.BgClassName
{
background-color: #CCAF0D;
}
</style>
border-color css
<style>
span { border-color: #CCAF0D; }
span { border-color: rgb(204,175,13); }
td.TdClassName
{
border-color: #CCAF0D;
}
.TagClassName
{
border-color: #CCAF0D;
}
</style>