Shades of Bird Flower #DDCD01
Tints of Bird Flower #DDCD01
RGB
CMYK
RGB Variations
Color information
#DDCD01 (or 0xDDCD01) is known color: Bird Flower. HEX triplet: DD, CD and 01. RGB value is (221,205,1). Sum of RGB (Red+Green+Blue) = 221+205+1=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD01 is #2232FE. Grayscale: #BBBBBB. Windows color (decimal): -2241279 or 118237. OLE color: 118237.
HSL color Cylindrical-coordinate representation of color #DDCD01: hue angle of 55.64º 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 #DDCD01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.13 |
| HSL | 55.64º | 0.99% | 0.44% | - |
| HSV(B) | 55.64º | 1% | 0.87% | - |
| XYZ | 51.66 | 59.04 | 8.7 | - |
| YUV | 186.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 1 | 0 | 0.07 | 1.00 | 0.13 | 55.64 | 0.99 | 0.44 |
| Hex | DD | CD | 1 | 0 | 7 | 64 | D | 38 | 63 | 2C |
| Octal | 335 | 315 | 1 | 0 | 7 | 144 | 15 | 70 | 143 | 54 |
| Binary | 11011101 | 11001101 | 1 | 0 | 111 | 1100100 | 1101 | 111000 | 1100011 | 101100 |
Color Harmonies of #DDCD01
Complementary color
Monochromatic Colors of #DDCD01
Black with #DDCD01
Text Example
Text Example
White with #DDCD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD01; }
p { color: rgb(221,205,1); }
H1.HeaderClassName
{
color: #DDCD01;
}
.AnyTagClassName
{
color: #DDCD01;
}
</style>
background-color css
<style>
a { background-color: #DDCD01; }
a { background-color: rgb(221,205,1); }
div.DivClassName
{
background-color: #DDCD01;
}
.BgClassName
{
background-color: #DDCD01;
}
</style>
border-color css
<style>
span { border-color: #DDCD01; }
span { border-color: rgb(221,205,1); }
td.TdClassName
{
border-color: #DDCD01;
}
.TagClassName
{
border-color: #DDCD01;
}
</style>