Shades of Bird Flower #DCCE00
Tints of Bird Flower #DCCE00
RGB
CMYK
RGB Variations
Color information
#DCCE00 (or 0xDCCE00) is known color: Bird Flower. HEX triplet: DC, CE and 00. RGB value is (220,206,0). Sum of RGB (Red+Green+Blue) = 220+206+0=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE00 is #2331FF. Grayscale: #BBBBBB. Windows color (decimal): -2306560 or 52956. OLE color: 52956.
HSL color Cylindrical-coordinate representation of color #DCCE00: hue angle of 56.18º 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 #DCCE00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.14 |
| HSL | 56.18º | 1% | 0.43% | - |
| HSV(B) | 56.18º | 1% | 0.86% | - |
| XYZ | 51.59 | 59.36 | 8.74 | - |
| YUV | 186.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 0 | 0 | 0.06 | 1 | 0.14 | 56.18 | 1 | 0.43 |
| Hex | DC | CE | 0 | 0 | 6 | 64 | E | 38 | 64 | 2B |
| Octal | 334 | 316 | 0 | 0 | 6 | 144 | 16 | 70 | 144 | 53 |
| Binary | 11011100 | 11001110 | 0 | 0 | 110 | 1100100 | 1110 | 111000 | 1100100 | 101011 |
Color Harmonies of #DCCE00
Complementary color
Monochromatic Colors of #DCCE00
Black with #DCCE00
Text Example
Text Example
White with #DCCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE00; }
p { color: rgb(220,206,0); }
H1.HeaderClassName
{
color: #DCCE00;
}
.AnyTagClassName
{
color: #DCCE00;
}
</style>
background-color css
<style>
a { background-color: #DCCE00; }
a { background-color: rgb(220,206,0); }
div.DivClassName
{
background-color: #DCCE00;
}
.BgClassName
{
background-color: #DCCE00;
}
</style>
border-color css
<style>
span { border-color: #DCCE00; }
span { border-color: rgb(220,206,0); }
td.TdClassName
{
border-color: #DCCE00;
}
.TagClassName
{
border-color: #DCCE00;
}
</style>