Shades of Bird Flower #DDCE03
Tints of Bird Flower #DDCE03
RGB
CMYK
RGB Variations
Color information
#DDCE03 (or 0xDDCE03) is known color: Bird Flower. HEX triplet: DD, CE and 03. RGB value is (221,206,3). Sum of RGB (Red+Green+Blue) = 221+206+3=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE03 is #2231FC. Grayscale: #BCBCBC. Windows color (decimal): -2241021 or 249565. OLE color: 249565.
HSL color Cylindrical-coordinate representation of color #DDCE03: hue angle of 55.87º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDCE03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.13 |
| HSL | 55.87º | 0.97% | 0.44% | - |
| HSV(B) | 55.87º | 0.99% | 0.87% | - |
| XYZ | 51.91 | 59.52 | 8.84 | - |
| YUV | 187.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 3 | 0 | 0.07 | 0.99 | 0.13 | 55.87 | 0.97 | 0.44 |
| Hex | DD | CE | 3 | 0 | 7 | 63 | D | 38 | 61 | 2C |
| Octal | 335 | 316 | 3 | 0 | 7 | 143 | 15 | 70 | 141 | 54 |
| Binary | 11011101 | 11001110 | 11 | 0 | 111 | 1100011 | 1101 | 111000 | 1100001 | 101100 |
Color Harmonies of #DDCE03
Complementary color
Monochromatic Colors of #DDCE03
Black with #DDCE03
Text Example
Text Example
White with #DDCE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE03; }
p { color: rgb(221,206,3); }
H1.HeaderClassName
{
color: #DDCE03;
}
.AnyTagClassName
{
color: #DDCE03;
}
</style>
background-color css
<style>
a { background-color: #DDCE03; }
a { background-color: rgb(221,206,3); }
div.DivClassName
{
background-color: #DDCE03;
}
.BgClassName
{
background-color: #DDCE03;
}
</style>
border-color css
<style>
span { border-color: #DDCE03; }
span { border-color: rgb(221,206,3); }
td.TdClassName
{
border-color: #DDCE03;
}
.TagClassName
{
border-color: #DDCE03;
}
</style>