Shades of Bird Flower #DDC800
Tints of Bird Flower #DDC800
RGB
CMYK
RGB Variations
Color information
#DDC800 (or 0xDDC800) is known color: Bird Flower. HEX triplet: DD, C8 and 00. RGB value is (221,200,0). Sum of RGB (Red+Green+Blue) = 221+200+0=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC800 is #2237FF. Grayscale: #B8B8B8. Windows color (decimal): -2242560 or 51421. OLE color: 51421.
HSL color Cylindrical-coordinate representation of color #DDC800: hue angle of 54.3º 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 #DDC800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.13 |
| HSL | 54.3º | 1% | 0.43% | - |
| HSV(B) | 54.3º | 1% | 0.87% | - |
| XYZ | 50.47 | 56.68 | 8.28 | - |
| YUV | 183.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 0 | 0 | 0.10 | 1 | 0.13 | 54.3 | 1 | 0.43 |
| Hex | DD | C8 | 0 | 0 | A | 64 | D | 36 | 64 | 2B |
| Octal | 335 | 310 | 0 | 0 | 12 | 144 | 15 | 66 | 144 | 53 |
| Binary | 11011101 | 11001000 | 0 | 0 | 1010 | 1100100 | 1101 | 110110 | 1100100 | 101011 |
Color Harmonies of #DDC800
Complementary color
Monochromatic Colors of #DDC800
Black with #DDC800
Text Example
Text Example
White with #DDC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC800; }
p { color: rgb(221,200,0); }
H1.HeaderClassName
{
color: #DDC800;
}
.AnyTagClassName
{
color: #DDC800;
}
</style>
background-color css
<style>
a { background-color: #DDC800; }
a { background-color: rgb(221,200,0); }
div.DivClassName
{
background-color: #DDC800;
}
.BgClassName
{
background-color: #DDC800;
}
</style>
border-color css
<style>
span { border-color: #DDC800; }
span { border-color: rgb(221,200,0); }
td.TdClassName
{
border-color: #DDC800;
}
.TagClassName
{
border-color: #DDC800;
}
</style>