Shades of Bird Flower #DCCC05
Tints of Bird Flower #DCCC05
RGB
CMYK
RGB Variations
Color information
#DCCC05 (or 0xDCCC05) is known color: Bird Flower. HEX triplet: DC, CC and 05. RGB value is (220,204,5). Sum of RGB (Red+Green+Blue) = 220+204+5=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC05 is #2333FA. Grayscale: #BABABA. Windows color (decimal): -2307067 or 380124. OLE color: 380124.
HSL color Cylindrical-coordinate representation of color #DCCC05: hue angle of 55.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCCC05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.14 |
| HSL | 55.53º | 0.96% | 0.44% | - |
| HSV(B) | 55.53º | 0.98% | 0.86% | - |
| XYZ | 51.14 | 58.41 | 8.72 | - |
| YUV | 186.1 | 25.8 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 5 | 0 | 0.07 | 0.98 | 0.14 | 55.53 | 0.96 | 0.44 |
| Hex | DC | CC | 5 | 0 | 7 | 62 | E | 38 | 60 | 2C |
| Octal | 334 | 314 | 5 | 0 | 7 | 142 | 16 | 70 | 140 | 54 |
| Binary | 11011100 | 11001100 | 101 | 0 | 111 | 1100010 | 1110 | 111000 | 1100000 | 101100 |
Color Harmonies of #DCCC05
Complementary color
Monochromatic Colors of #DCCC05
Black with #DCCC05
Text Example
Text Example
White with #DCCC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC05; }
p { color: rgb(220,204,5); }
H1.HeaderClassName
{
color: #DCCC05;
}
.AnyTagClassName
{
color: #DCCC05;
}
</style>
background-color css
<style>
a { background-color: #DCCC05; }
a { background-color: rgb(220,204,5); }
div.DivClassName
{
background-color: #DCCC05;
}
.BgClassName
{
background-color: #DCCC05;
}
</style>
border-color css
<style>
span { border-color: #DCCC05; }
span { border-color: rgb(220,204,5); }
td.TdClassName
{
border-color: #DCCC05;
}
.TagClassName
{
border-color: #DCCC05;
}
</style>