Shades of Bird Flower #DDCB02
Tints of Bird Flower #DDCB02
RGB
CMYK
RGB Variations
Color information
#DDCB02 (or 0xDDCB02) is known color: Bird Flower. HEX triplet: DD, CB and 02. RGB value is (221,203,2). Sum of RGB (Red+Green+Blue) = 221+203+2=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB02 is #2234FD. Grayscale: #BABABA. Windows color (decimal): -2241790 or 183261. OLE color: 183261.
HSL color Cylindrical-coordinate representation of color #DDCB02: hue angle of 55.07º degrees, saturation: 0.98, 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 #DDCB02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.13 |
| HSL | 55.07º | 0.98% | 0.44% | - |
| HSV(B) | 55.07º | 0.99% | 0.87% | - |
| XYZ | 51.19 | 58.09 | 8.57 | - |
| YUV | 185.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 2 | 0 | 0.08 | 0.99 | 0.13 | 55.07 | 0.98 | 0.44 |
| Hex | DD | CB | 2 | 0 | 8 | 63 | D | 37 | 62 | 2C |
| Octal | 335 | 313 | 2 | 0 | 10 | 143 | 15 | 67 | 142 | 54 |
| Binary | 11011101 | 11001011 | 10 | 0 | 1000 | 1100011 | 1101 | 110111 | 1100010 | 101100 |
Color Harmonies of #DDCB02
Complementary color
Monochromatic Colors of #DDCB02
Black with #DDCB02
Text Example
Text Example
White with #DDCB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB02; }
p { color: rgb(221,203,2); }
H1.HeaderClassName
{
color: #DDCB02;
}
.AnyTagClassName
{
color: #DDCB02;
}
</style>
background-color css
<style>
a { background-color: #DDCB02; }
a { background-color: rgb(221,203,2); }
div.DivClassName
{
background-color: #DDCB02;
}
.BgClassName
{
background-color: #DDCB02;
}
</style>
border-color css
<style>
span { border-color: #DDCB02; }
span { border-color: rgb(221,203,2); }
td.TdClassName
{
border-color: #DDCB02;
}
.TagClassName
{
border-color: #DDCB02;
}
</style>