Shades of Bird Flower #DDCC04
Tints of Bird Flower #DDCC04
RGB
CMYK
RGB Variations
Color information
#DDCC04 (or 0xDDCC04) is known color: Bird Flower. HEX triplet: DD, CC and 04. RGB value is (221,204,4). Sum of RGB (Red+Green+Blue) = 221+204+4=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC04 is #2233FB. Grayscale: #BBBBBB. Windows color (decimal): -2241532 or 314589. OLE color: 314589.
HSL color Cylindrical-coordinate representation of color #DDCC04: hue angle of 55.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDCC04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.13 |
| HSL | 55.3º | 0.96% | 0.44% | - |
| HSV(B) | 55.3º | 0.98% | 0.87% | - |
| XYZ | 51.43 | 58.57 | 8.71 | - |
| YUV | 186.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 4 | 0 | 0.08 | 0.98 | 0.13 | 55.3 | 0.96 | 0.44 |
| Hex | DD | CC | 4 | 0 | 8 | 62 | D | 37 | 60 | 2C |
| Octal | 335 | 314 | 4 | 0 | 10 | 142 | 15 | 67 | 140 | 54 |
| Binary | 11011101 | 11001100 | 100 | 0 | 1000 | 1100010 | 1101 | 110111 | 1100000 | 101100 |
Color Harmonies of #DDCC04
Complementary color
Monochromatic Colors of #DDCC04
Black with #DDCC04
Text Example
Text Example
White with #DDCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC04; }
p { color: rgb(221,204,4); }
H1.HeaderClassName
{
color: #DDCC04;
}
.AnyTagClassName
{
color: #DDCC04;
}
</style>
background-color css
<style>
a { background-color: #DDCC04; }
a { background-color: rgb(221,204,4); }
div.DivClassName
{
background-color: #DDCC04;
}
.BgClassName
{
background-color: #DDCC04;
}
</style>
border-color css
<style>
span { border-color: #DDCC04; }
span { border-color: rgb(221,204,4); }
td.TdClassName
{
border-color: #DDCC04;
}
.TagClassName
{
border-color: #DDCC04;
}
</style>