Shades of Bird Flower #DCD302
Tints of Bird Flower #DCD302
RGB
CMYK
RGB Variations
Color information
#DCD302 (or 0xDCD302) is known color: Bird Flower. HEX triplet: DC, D3 and 02. RGB value is (220,211,2). Sum of RGB (Red+Green+Blue) = 220+211+2=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD302 is #232CFD. Grayscale: #BEBEBE. Windows color (decimal): -2305278 or 185308. OLE color: 185308.
HSL color Cylindrical-coordinate representation of color #DCD302: hue angle of 57.52º 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 #DCD302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.14 |
| HSL | 57.52º | 0.98% | 0.44% | - |
| HSV(B) | 57.52º | 0.99% | 0.86% | - |
| XYZ | 52.82 | 61.81 | 9.2 | - |
| YUV | 189.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 2 | 0 | 0.04 | 0.99 | 0.14 | 57.52 | 0.98 | 0.44 |
| Hex | DC | D3 | 2 | 0 | 4 | 63 | E | 3A | 62 | 2C |
| Octal | 334 | 323 | 2 | 0 | 4 | 143 | 16 | 72 | 142 | 54 |
| Binary | 11011100 | 11010011 | 10 | 0 | 100 | 1100011 | 1110 | 111010 | 1100010 | 101100 |
Color Harmonies of #DCD302
Complementary color
Monochromatic Colors of #DCD302
Black with #DCD302
Text Example
Text Example
White with #DCD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD302; }
p { color: rgb(220,211,2); }
H1.HeaderClassName
{
color: #DCD302;
}
.AnyTagClassName
{
color: #DCD302;
}
</style>
background-color css
<style>
a { background-color: #DCD302; }
a { background-color: rgb(220,211,2); }
div.DivClassName
{
background-color: #DCD302;
}
.BgClassName
{
background-color: #DCD302;
}
</style>
border-color css
<style>
span { border-color: #DCD302; }
span { border-color: rgb(220,211,2); }
td.TdClassName
{
border-color: #DCD302;
}
.TagClassName
{
border-color: #DCD302;
}
</style>