Shades of Bird Flower #DCCC00
Tints of Bird Flower #DCCC00
RGB
CMYK
RGB Variations
Color information
#DCCC00 (or 0xDCCC00) is known color: Bird Flower. HEX triplet: DC, CC and 00. RGB value is (220,204,0). Sum of RGB (Red+Green+Blue) = 220+204+0=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC00 is #2333FF. Grayscale: #BABABA. Windows color (decimal): -2307072 or 52444. OLE color: 52444.
HSL color Cylindrical-coordinate representation of color #DCCC00: hue angle of 55.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCCC00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.14 |
| HSL | 55.64º | 1% | 0.43% | - |
| HSV(B) | 55.64º | 1% | 0.86% | - |
| XYZ | 51.11 | 58.4 | 8.58 | - |
| YUV | 185.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 0 | 0 | 0.07 | 1 | 0.14 | 55.64 | 1 | 0.43 |
| Hex | DC | CC | 0 | 0 | 7 | 64 | E | 38 | 64 | 2B |
| Octal | 334 | 314 | 0 | 0 | 7 | 144 | 16 | 70 | 144 | 53 |
| Binary | 11011100 | 11001100 | 0 | 0 | 111 | 1100100 | 1110 | 111000 | 1100100 | 101011 |
Color Harmonies of #DCCC00
Complementary color
Monochromatic Colors of #DCCC00
Black with #DCCC00
Text Example
Text Example
White with #DCCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC00; }
p { color: rgb(220,204,0); }
H1.HeaderClassName
{
color: #DCCC00;
}
.AnyTagClassName
{
color: #DCCC00;
}
</style>
background-color css
<style>
a { background-color: #DCCC00; }
a { background-color: rgb(220,204,0); }
div.DivClassName
{
background-color: #DCCC00;
}
.BgClassName
{
background-color: #DCCC00;
}
</style>
border-color css
<style>
span { border-color: #DCCC00; }
span { border-color: rgb(220,204,0); }
td.TdClassName
{
border-color: #DCCC00;
}
.TagClassName
{
border-color: #DCCC00;
}
</style>