Shades of Bird Flower #DCDB02
Tints of Bird Flower #DCDB02
RGB
CMYK
RGB Variations
Color information
#DCDB02 (or 0xDCDB02) is known color: Bird Flower. HEX triplet: DC, DB and 02. RGB value is (220,219,2). Sum of RGB (Red+Green+Blue) = 220+219+2=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB02 is #2324FD. Grayscale: #C3C3C3. Windows color (decimal): -2303230 or 187356. OLE color: 187356.
HSL color Cylindrical-coordinate representation of color #DCDB02: hue angle of 59.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCDB02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.14 |
| HSL | 59.72º | 0.98% | 0.44% | - |
| HSV(B) | 59.72º | 0.99% | 0.86% | - |
| XYZ | 54.86 | 65.88 | 9.88 | - |
| YUV | 194.56 | 19.33 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 2 | 0 | 0.00 | 0.99 | 0.14 | 59.72 | 0.98 | 0.44 |
| Hex | DC | DB | 2 | 0 | 0 | 63 | E | 3C | 62 | 2C |
| Octal | 334 | 333 | 2 | 0 | 0 | 143 | 16 | 74 | 142 | 54 |
| Binary | 11011100 | 11011011 | 10 | 0 | 0 | 1100011 | 1110 | 111100 | 1100010 | 101100 |
Color Harmonies of #DCDB02
Complementary color
Monochromatic Colors of #DCDB02
Black with #DCDB02
Text Example
Text Example
White with #DCDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB02; }
p { color: rgb(220,219,2); }
H1.HeaderClassName
{
color: #DCDB02;
}
.AnyTagClassName
{
color: #DCDB02;
}
</style>
background-color css
<style>
a { background-color: #DCDB02; }
a { background-color: rgb(220,219,2); }
div.DivClassName
{
background-color: #DCDB02;
}
.BgClassName
{
background-color: #DCDB02;
}
</style>
border-color css
<style>
span { border-color: #DCDB02; }
span { border-color: rgb(220,219,2); }
td.TdClassName
{
border-color: #DCDB02;
}
.TagClassName
{
border-color: #DCDB02;
}
</style>