Shades of Bird Flower #DDC701
Tints of Bird Flower #DDC701
RGB
CMYK
RGB Variations
Color information
#DDC701 (or 0xDDC701) is known color: Bird Flower. HEX triplet: DD, C7 and 01. RGB value is (221,199,1). Sum of RGB (Red+Green+Blue) = 221+199+1=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC701 is #2238FE. Grayscale: #B7B7B7. Windows color (decimal): -2242815 or 116701. OLE color: 116701.
HSL color Cylindrical-coordinate representation of color #DDC701: hue angle of 54º 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 #DDC701 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.13 |
| HSL | 54º | 0.99% | 0.44% | - |
| HSV(B) | 54º | 1% | 0.87% | - |
| XYZ | 50.25 | 56.22 | 8.23 | - |
| YUV | 183.01 | 25.29 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 1 | 0 | 0.10 | 1.00 | 0.13 | 54 | 0.99 | 0.44 |
| Hex | DD | C7 | 1 | 0 | A | 64 | D | 36 | 63 | 2C |
| Octal | 335 | 307 | 1 | 0 | 12 | 144 | 15 | 66 | 143 | 54 |
| Binary | 11011101 | 11000111 | 1 | 0 | 1010 | 1100100 | 1101 | 110110 | 1100011 | 101100 |
Color Harmonies of #DDC701
Complementary color
Monochromatic Colors of #DDC701
Black with #DDC701
Text Example
Text Example
White with #DDC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC701; }
p { color: rgb(221,199,1); }
H1.HeaderClassName
{
color: #DDC701;
}
.AnyTagClassName
{
color: #DDC701;
}
</style>
background-color css
<style>
a { background-color: #DDC701; }
a { background-color: rgb(221,199,1); }
div.DivClassName
{
background-color: #DDC701;
}
.BgClassName
{
background-color: #DDC701;
}
</style>
border-color css
<style>
span { border-color: #DDC701; }
span { border-color: rgb(221,199,1); }
td.TdClassName
{
border-color: #DDC701;
}
.TagClassName
{
border-color: #DDC701;
}
</style>