Shades of Bird Flower #DCD502
Tints of Bird Flower #DCD502
RGB
CMYK
RGB Variations
Color information
#DCD502 (or 0xDCD502) is known color: Bird Flower. HEX triplet: DC, D5 and 02. RGB value is (220,213,2). Sum of RGB (Red+Green+Blue) = 220+213+2=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD502 is #232AFD. Grayscale: #BFBFBF. Windows color (decimal): -2304766 or 185820. OLE color: 185820.
HSL color Cylindrical-coordinate representation of color #DCD502: hue angle of 58.07º 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 #DCD502 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.14 |
| HSL | 58.07º | 0.98% | 0.44% | - |
| HSV(B) | 58.07º | 0.99% | 0.86% | - |
| XYZ | 53.32 | 62.81 | 9.37 | - |
| YUV | 191.04 | 21.32 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 2 | 0 | 0.03 | 0.99 | 0.14 | 58.07 | 0.98 | 0.44 |
| Hex | DC | D5 | 2 | 0 | 3 | 63 | E | 3A | 62 | 2C |
| Octal | 334 | 325 | 2 | 0 | 3 | 143 | 16 | 72 | 142 | 54 |
| Binary | 11011100 | 11010101 | 10 | 0 | 11 | 1100011 | 1110 | 111010 | 1100010 | 101100 |
Color Harmonies of #DCD502
Complementary color
Monochromatic Colors of #DCD502
Black with #DCD502
Text Example
Text Example
White with #DCD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD502; }
p { color: rgb(220,213,2); }
H1.HeaderClassName
{
color: #DCD502;
}
.AnyTagClassName
{
color: #DCD502;
}
</style>
background-color css
<style>
a { background-color: #DCD502; }
a { background-color: rgb(220,213,2); }
div.DivClassName
{
background-color: #DCD502;
}
.BgClassName
{
background-color: #DCD502;
}
</style>
border-color css
<style>
span { border-color: #DCD502; }
span { border-color: rgb(220,213,2); }
td.TdClassName
{
border-color: #DCD502;
}
.TagClassName
{
border-color: #DCD502;
}
</style>