Shades of Bird Flower #DDCC03
Tints of Bird Flower #DDCC03
RGB
CMYK
RGB Variations
Color information
#DDCC03 (or 0xDDCC03) is known color: Bird Flower. HEX triplet: DD, CC and 03. RGB value is (221,204,3). Sum of RGB (Red+Green+Blue) = 221+204+3=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC03 is #2233FC. Grayscale: #BABABA. Windows color (decimal): -2241533 or 249053. OLE color: 249053.
HSL color Cylindrical-coordinate representation of color #DDCC03: hue angle of 55.32º 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 #DDCC03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.13 |
| HSL | 55.32º | 0.97% | 0.44% | - |
| HSV(B) | 55.32º | 0.99% | 0.87% | - |
| XYZ | 51.43 | 58.56 | 8.68 | - |
| YUV | 186.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 3 | 0 | 0.08 | 0.99 | 0.13 | 55.32 | 0.97 | 0.44 |
| Hex | DD | CC | 3 | 0 | 8 | 63 | D | 37 | 61 | 2C |
| Octal | 335 | 314 | 3 | 0 | 10 | 143 | 15 | 67 | 141 | 54 |
| Binary | 11011101 | 11001100 | 11 | 0 | 1000 | 1100011 | 1101 | 110111 | 1100001 | 101100 |
Color Harmonies of #DDCC03
Complementary color
Monochromatic Colors of #DDCC03
Black with #DDCC03
Text Example
Text Example
White with #DDCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC03; }
p { color: rgb(221,204,3); }
H1.HeaderClassName
{
color: #DDCC03;
}
.AnyTagClassName
{
color: #DDCC03;
}
</style>
background-color css
<style>
a { background-color: #DDCC03; }
a { background-color: rgb(221,204,3); }
div.DivClassName
{
background-color: #DDCC03;
}
.BgClassName
{
background-color: #DDCC03;
}
</style>
border-color css
<style>
span { border-color: #DDCC03; }
span { border-color: rgb(221,204,3); }
td.TdClassName
{
border-color: #DDCC03;
}
.TagClassName
{
border-color: #DDCC03;
}
</style>