Shades of Bird Flower #DDD601
Tints of Bird Flower #DDD601
RGB
CMYK
RGB Variations
Color information
#DDD601 (or 0xDDD601) is known color: Bird Flower. HEX triplet: DD, D6 and 01. RGB value is (221,214,1). Sum of RGB (Red+Green+Blue) = 221+214+1=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD601 is #2229FE. Grayscale: #C0C0C0. Windows color (decimal): -2238975 or 120541. OLE color: 120541.
HSL color Cylindrical-coordinate representation of color #DDD601: hue angle of 58.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDD601 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.13 |
| HSL | 58.09º | 0.99% | 0.44% | - |
| HSV(B) | 58.09º | 1% | 0.87% | - |
| XYZ | 53.87 | 63.47 | 9.44 | - |
| YUV | 191.81 | 20.32 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 1 | 0 | 0.03 | 1.00 | 0.13 | 58.09 | 0.99 | 0.44 |
| Hex | DD | D6 | 1 | 0 | 3 | 64 | D | 3A | 63 | 2C |
| Octal | 335 | 326 | 1 | 0 | 3 | 144 | 15 | 72 | 143 | 54 |
| Binary | 11011101 | 11010110 | 1 | 0 | 11 | 1100100 | 1101 | 111010 | 1100011 | 101100 |
Color Harmonies of #DDD601
Complementary color
Monochromatic Colors of #DDD601
Black with #DDD601
Text Example
Text Example
White with #DDD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD601; }
p { color: rgb(221,214,1); }
H1.HeaderClassName
{
color: #DDD601;
}
.AnyTagClassName
{
color: #DDD601;
}
</style>
background-color css
<style>
a { background-color: #DDD601; }
a { background-color: rgb(221,214,1); }
div.DivClassName
{
background-color: #DDD601;
}
.BgClassName
{
background-color: #DDD601;
}
</style>
border-color css
<style>
span { border-color: #DDD601; }
span { border-color: rgb(221,214,1); }
td.TdClassName
{
border-color: #DDD601;
}
.TagClassName
{
border-color: #DDD601;
}
</style>