Shades of Bird Flower #DCD002
Tints of Bird Flower #DCD002
RGB
CMYK
RGB Variations
Color information
#DCD002 (or 0xDCD002) is known color: Bird Flower. HEX triplet: DC, D0 and 02. RGB value is (220,208,2). Sum of RGB (Red+Green+Blue) = 220+208+2=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD002 is #232FFD. Grayscale: #BCBCBC. Windows color (decimal): -2306046 or 184540. OLE color: 184540.
HSL color Cylindrical-coordinate representation of color #DCD002: hue angle of 56.7º 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 #DCD002 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.14 |
| HSL | 56.7º | 0.98% | 0.44% | - |
| HSV(B) | 56.7º | 0.99% | 0.86% | - |
| XYZ | 52.08 | 60.33 | 8.96 | - |
| YUV | 188.1 | 22.98 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 2 | 0 | 0.05 | 0.99 | 0.14 | 56.7 | 0.98 | 0.44 |
| Hex | DC | D0 | 2 | 0 | 5 | 63 | E | 39 | 62 | 2C |
| Octal | 334 | 320 | 2 | 0 | 5 | 143 | 16 | 71 | 142 | 54 |
| Binary | 11011100 | 11010000 | 10 | 0 | 101 | 1100011 | 1110 | 111001 | 1100010 | 101100 |
Color Harmonies of #DCD002
Complementary color
Monochromatic Colors of #DCD002
Black with #DCD002
Text Example
Text Example
White with #DCD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD002; }
p { color: rgb(220,208,2); }
H1.HeaderClassName
{
color: #DCD002;
}
.AnyTagClassName
{
color: #DCD002;
}
</style>
background-color css
<style>
a { background-color: #DCD002; }
a { background-color: rgb(220,208,2); }
div.DivClassName
{
background-color: #DCD002;
}
.BgClassName
{
background-color: #DCD002;
}
</style>
border-color css
<style>
span { border-color: #DCD002; }
span { border-color: rgb(220,208,2); }
td.TdClassName
{
border-color: #DCD002;
}
.TagClassName
{
border-color: #DCD002;
}
</style>