Shades of Bird Flower #DDC900
Tints of Bird Flower #DDC900
RGB
CMYK
RGB Variations
Color information
#DDC900 (or 0xDDC900) is known color: Bird Flower. HEX triplet: DD, C9 and 00. RGB value is (221,201,0). Sum of RGB (Red+Green+Blue) = 221+201+0=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC900 is #2236FF. Grayscale: #B8B8B8. Windows color (decimal): -2242304 or 51677. OLE color: 51677.
HSL color Cylindrical-coordinate representation of color #DDC900: hue angle of 54.57º 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 #DDC900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.13 |
| HSL | 54.57º | 1% | 0.43% | - |
| HSV(B) | 54.57º | 1% | 0.87% | - |
| XYZ | 50.71 | 57.15 | 8.36 | - |
| YUV | 184.07 | 24.13 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 0 | 0 | 0.09 | 1 | 0.13 | 54.57 | 1 | 0.43 |
| Hex | DD | C9 | 0 | 0 | 9 | 64 | D | 37 | 64 | 2B |
| Octal | 335 | 311 | 0 | 0 | 11 | 144 | 15 | 67 | 144 | 53 |
| Binary | 11011101 | 11001001 | 0 | 0 | 1001 | 1100100 | 1101 | 110111 | 1100100 | 101011 |
Color Harmonies of #DDC900
Complementary color
Monochromatic Colors of #DDC900
Black with #DDC900
Text Example
Text Example
White with #DDC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC900; }
p { color: rgb(221,201,0); }
H1.HeaderClassName
{
color: #DDC900;
}
.AnyTagClassName
{
color: #DDC900;
}
</style>
background-color css
<style>
a { background-color: #DDC900; }
a { background-color: rgb(221,201,0); }
div.DivClassName
{
background-color: #DDC900;
}
.BgClassName
{
background-color: #DDC900;
}
</style>
border-color css
<style>
span { border-color: #DDC900; }
span { border-color: rgb(221,201,0); }
td.TdClassName
{
border-color: #DDC900;
}
.TagClassName
{
border-color: #DDC900;
}
</style>