Shades of Bird Flower #DDCE00
Tints of Bird Flower #DDCE00
RGB
CMYK
RGB Variations
Color information
#DDCE00 (or 0xDDCE00) is known color: Bird Flower. HEX triplet: DD, CE and 00. RGB value is (221,206,0). Sum of RGB (Red+Green+Blue) = 221+206+0=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE00 is #2231FF. Grayscale: #BBBBBB. Windows color (decimal): -2241024 or 52957. OLE color: 52957.
HSL color Cylindrical-coordinate representation of color #DDCE00: hue angle of 55.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDCE00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.13 |
| HSL | 55.93º | 1% | 0.43% | - |
| HSV(B) | 55.93º | 1% | 0.87% | - |
| XYZ | 51.89 | 59.51 | 8.75 | - |
| YUV | 187 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 0 | 0 | 0.07 | 1 | 0.13 | 55.93 | 1 | 0.43 |
| Hex | DD | CE | 0 | 0 | 7 | 64 | D | 38 | 64 | 2B |
| Octal | 335 | 316 | 0 | 0 | 7 | 144 | 15 | 70 | 144 | 53 |
| Binary | 11011101 | 11001110 | 0 | 0 | 111 | 1100100 | 1101 | 111000 | 1100100 | 101011 |
Color Harmonies of #DDCE00
Complementary color
Monochromatic Colors of #DDCE00
Black with #DDCE00
Text Example
Text Example
White with #DDCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE00; }
p { color: rgb(221,206,0); }
H1.HeaderClassName
{
color: #DDCE00;
}
.AnyTagClassName
{
color: #DDCE00;
}
</style>
background-color css
<style>
a { background-color: #DDCE00; }
a { background-color: rgb(221,206,0); }
div.DivClassName
{
background-color: #DDCE00;
}
.BgClassName
{
background-color: #DDCE00;
}
</style>
border-color css
<style>
span { border-color: #DDCE00; }
span { border-color: rgb(221,206,0); }
td.TdClassName
{
border-color: #DDCE00;
}
.TagClassName
{
border-color: #DDCE00;
}
</style>