Shades of Bird Flower #DDCB01
Tints of Bird Flower #DDCB01
RGB
CMYK
RGB Variations
Color information
#DDCB01 (or 0xDDCB01) is known color: Bird Flower. HEX triplet: DD, CB and 01. RGB value is (221,203,1). Sum of RGB (Red+Green+Blue) = 221+203+1=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB01 is #2234FE. Grayscale: #BABABA. Windows color (decimal): -2241791 or 117725. OLE color: 117725.
HSL color Cylindrical-coordinate representation of color #DDCB01: hue angle of 55.09º 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 #DDCB01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.13 |
| HSL | 55.09º | 0.99% | 0.44% | - |
| HSV(B) | 55.09º | 1% | 0.87% | - |
| XYZ | 51.18 | 58.09 | 8.54 | - |
| YUV | 185.35 | 23.96 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 1 | 0 | 0.08 | 1.00 | 0.13 | 55.09 | 0.99 | 0.44 |
| Hex | DD | CB | 1 | 0 | 8 | 64 | D | 37 | 63 | 2C |
| Octal | 335 | 313 | 1 | 0 | 10 | 144 | 15 | 67 | 143 | 54 |
| Binary | 11011101 | 11001011 | 1 | 0 | 1000 | 1100100 | 1101 | 110111 | 1100011 | 101100 |
Color Harmonies of #DDCB01
Complementary color
Monochromatic Colors of #DDCB01
Black with #DDCB01
Text Example
Text Example
White with #DDCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB01; }
p { color: rgb(221,203,1); }
H1.HeaderClassName
{
color: #DDCB01;
}
.AnyTagClassName
{
color: #DDCB01;
}
</style>
background-color css
<style>
a { background-color: #DDCB01; }
a { background-color: rgb(221,203,1); }
div.DivClassName
{
background-color: #DDCB01;
}
.BgClassName
{
background-color: #DDCB01;
}
</style>
border-color css
<style>
span { border-color: #DDCB01; }
span { border-color: rgb(221,203,1); }
td.TdClassName
{
border-color: #DDCB01;
}
.TagClassName
{
border-color: #DDCB01;
}
</style>