Shades of Bird Flower #DDD302
Tints of Bird Flower #DDD302
RGB
CMYK
RGB Variations
Color information
#DDD302 (or 0xDDD302) is known color: Bird Flower. HEX triplet: DD, D3 and 02. RGB value is (221,211,2). Sum of RGB (Red+Green+Blue) = 221+211+2=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD302 is #222CFD. Grayscale: #BFBFBF. Windows color (decimal): -2239742 or 185309. OLE color: 185309.
HSL color Cylindrical-coordinate representation of color #DDD302: hue angle of 57.26º degrees, saturation: 0.98, 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 #DDD302 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.13 |
| HSL | 57.26º | 0.98% | 0.44% | - |
| HSV(B) | 57.26º | 0.99% | 0.87% | - |
| XYZ | 53.12 | 61.97 | 9.22 | - |
| YUV | 190.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 2 | 0 | 0.05 | 0.99 | 0.13 | 57.26 | 0.98 | 0.44 |
| Hex | DD | D3 | 2 | 0 | 5 | 63 | D | 39 | 62 | 2C |
| Octal | 335 | 323 | 2 | 0 | 5 | 143 | 15 | 71 | 142 | 54 |
| Binary | 11011101 | 11010011 | 10 | 0 | 101 | 1100011 | 1101 | 111001 | 1100010 | 101100 |
Color Harmonies of #DDD302
Complementary color
Monochromatic Colors of #DDD302
Black with #DDD302
Text Example
Text Example
White with #DDD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD302; }
p { color: rgb(221,211,2); }
H1.HeaderClassName
{
color: #DDD302;
}
.AnyTagClassName
{
color: #DDD302;
}
</style>
background-color css
<style>
a { background-color: #DDD302; }
a { background-color: rgb(221,211,2); }
div.DivClassName
{
background-color: #DDD302;
}
.BgClassName
{
background-color: #DDD302;
}
</style>
border-color css
<style>
span { border-color: #DDD302; }
span { border-color: rgb(221,211,2); }
td.TdClassName
{
border-color: #DDD302;
}
.TagClassName
{
border-color: #DDD302;
}
</style>