Shades of Bird Flower #DDDA03
Tints of Bird Flower #DDDA03
RGB
CMYK
RGB Variations
Color information
#DDDA03 (or 0xDDDA03) is known color: Bird Flower. HEX triplet: DD, DA and 03. RGB value is (221,218,3). Sum of RGB (Red+Green+Blue) = 221+218+3=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA03 is #2225FC. Grayscale: #C3C3C3. Windows color (decimal): -2237949 or 252637. OLE color: 252637.
HSL color Cylindrical-coordinate representation of color #DDDA03: hue angle of 59.17º 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 #DDDA03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.13 |
| HSL | 59.17º | 0.97% | 0.44% | - |
| HSV(B) | 59.17º | 0.99% | 0.87% | - |
| XYZ | 54.91 | 65.52 | 9.84 | - |
| YUV | 194.39 | 19.99 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 3 | 0 | 0.01 | 0.99 | 0.13 | 59.17 | 0.97 | 0.44 |
| Hex | DD | DA | 3 | 0 | 1 | 63 | D | 3B | 61 | 2C |
| Octal | 335 | 332 | 3 | 0 | 1 | 143 | 15 | 73 | 141 | 54 |
| Binary | 11011101 | 11011010 | 11 | 0 | 1 | 1100011 | 1101 | 111011 | 1100001 | 101100 |
Color Harmonies of #DDDA03
Complementary color
Monochromatic Colors of #DDDA03
Black with #DDDA03
Text Example
Text Example
White with #DDDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA03; }
p { color: rgb(221,218,3); }
H1.HeaderClassName
{
color: #DDDA03;
}
.AnyTagClassName
{
color: #DDDA03;
}
</style>
background-color css
<style>
a { background-color: #DDDA03; }
a { background-color: rgb(221,218,3); }
div.DivClassName
{
background-color: #DDDA03;
}
.BgClassName
{
background-color: #DDDA03;
}
</style>
border-color css
<style>
span { border-color: #DDDA03; }
span { border-color: rgb(221,218,3); }
td.TdClassName
{
border-color: #DDDA03;
}
.TagClassName
{
border-color: #DDDA03;
}
</style>