Shades of Bird Flower #DCD102
Tints of Bird Flower #DCD102
RGB
CMYK
RGB Variations
Color information
#DCD102 (or 0xDCD102) is known color: Bird Flower. HEX triplet: DC, D1 and 02. RGB value is (220,209,2). Sum of RGB (Red+Green+Blue) = 220+209+2=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD102 is #232EFD. Grayscale: #BDBDBD. Windows color (decimal): -2305790 or 184796. OLE color: 184796.
HSL color Cylindrical-coordinate representation of color #DCD102: hue angle of 56.97º 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 #DCD102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.14 |
| HSL | 56.97º | 0.98% | 0.44% | - |
| HSV(B) | 56.97º | 0.99% | 0.86% | - |
| XYZ | 52.33 | 60.82 | 9.04 | - |
| YUV | 188.69 | 22.64 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 2 | 0 | 0.05 | 0.99 | 0.14 | 56.97 | 0.98 | 0.44 |
| Hex | DC | D1 | 2 | 0 | 5 | 63 | E | 39 | 62 | 2C |
| Octal | 334 | 321 | 2 | 0 | 5 | 143 | 16 | 71 | 142 | 54 |
| Binary | 11011100 | 11010001 | 10 | 0 | 101 | 1100011 | 1110 | 111001 | 1100010 | 101100 |
Color Harmonies of #DCD102
Complementary color
Monochromatic Colors of #DCD102
Black with #DCD102
Text Example
Text Example
White with #DCD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD102; }
p { color: rgb(220,209,2); }
H1.HeaderClassName
{
color: #DCD102;
}
.AnyTagClassName
{
color: #DCD102;
}
</style>
background-color css
<style>
a { background-color: #DCD102; }
a { background-color: rgb(220,209,2); }
div.DivClassName
{
background-color: #DCD102;
}
.BgClassName
{
background-color: #DCD102;
}
</style>
border-color css
<style>
span { border-color: #DCD102; }
span { border-color: rgb(220,209,2); }
td.TdClassName
{
border-color: #DCD102;
}
.TagClassName
{
border-color: #DCD102;
}
</style>