Shades of Bird Flower #DCD503
Tints of Bird Flower #DCD503
RGB
CMYK
RGB Variations
Color information
#DCD503 (or 0xDCD503) is known color: Bird Flower. HEX triplet: DC, D5 and 03. RGB value is (220,213,3). Sum of RGB (Red+Green+Blue) = 220+213+3=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD503 is #232AFC. Grayscale: #C0C0C0. Windows color (decimal): -2304765 or 251356. OLE color: 251356.
HSL color Cylindrical-coordinate representation of color #DCD503: hue angle of 58.06º degrees, saturation: 0.97, 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 #DCD503 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.14 |
| HSL | 58.06º | 0.97% | 0.44% | - |
| HSV(B) | 58.06º | 0.99% | 0.86% | - |
| XYZ | 53.33 | 62.81 | 9.4 | - |
| YUV | 191.15 | 21.82 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 3 | 0 | 0.03 | 0.99 | 0.14 | 58.06 | 0.97 | 0.44 |
| Hex | DC | D5 | 3 | 0 | 3 | 63 | E | 3A | 61 | 2C |
| Octal | 334 | 325 | 3 | 0 | 3 | 143 | 16 | 72 | 141 | 54 |
| Binary | 11011100 | 11010101 | 11 | 0 | 11 | 1100011 | 1110 | 111010 | 1100001 | 101100 |
Color Harmonies of #DCD503
Complementary color
Monochromatic Colors of #DCD503
Black with #DCD503
Text Example
Text Example
White with #DCD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD503; }
p { color: rgb(220,213,3); }
H1.HeaderClassName
{
color: #DCD503;
}
.AnyTagClassName
{
color: #DCD503;
}
</style>
background-color css
<style>
a { background-color: #DCD503; }
a { background-color: rgb(220,213,3); }
div.DivClassName
{
background-color: #DCD503;
}
.BgClassName
{
background-color: #DCD503;
}
</style>
border-color css
<style>
span { border-color: #DCD503; }
span { border-color: rgb(220,213,3); }
td.TdClassName
{
border-color: #DCD503;
}
.TagClassName
{
border-color: #DCD503;
}
</style>