Shades of Bird Flower #DCD601
Tints of Bird Flower #DCD601
RGB
CMYK
RGB Variations
Color information
#DCD601 (or 0xDCD601) is known color: Bird Flower. HEX triplet: DC, D6 and 01. RGB value is (220,214,1). Sum of RGB (Red+Green+Blue) = 220+214+1=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD601 is #2329FE. Grayscale: #C0C0C0. Windows color (decimal): -2304511 or 120540. OLE color: 120540.
HSL color Cylindrical-coordinate representation of color #DCD601: hue angle of 58.36º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCD601 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.14 |
| HSL | 58.36º | 0.99% | 0.43% | - |
| HSV(B) | 58.36º | 1% | 0.86% | - |
| XYZ | 53.57 | 63.31 | 9.43 | - |
| YUV | 191.51 | 20.49 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 1 | 0 | 0.03 | 1.00 | 0.14 | 58.36 | 0.99 | 0.43 |
| Hex | DC | D6 | 1 | 0 | 3 | 64 | E | 3A | 63 | 2B |
| Octal | 334 | 326 | 1 | 0 | 3 | 144 | 16 | 72 | 143 | 53 |
| Binary | 11011100 | 11010110 | 1 | 0 | 11 | 1100100 | 1110 | 111010 | 1100011 | 101011 |
Color Harmonies of #DCD601
Complementary color
Monochromatic Colors of #DCD601
Black with #DCD601
Text Example
Text Example
White with #DCD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD601; }
p { color: rgb(220,214,1); }
H1.HeaderClassName
{
color: #DCD601;
}
.AnyTagClassName
{
color: #DCD601;
}
</style>
background-color css
<style>
a { background-color: #DCD601; }
a { background-color: rgb(220,214,1); }
div.DivClassName
{
background-color: #DCD601;
}
.BgClassName
{
background-color: #DCD601;
}
</style>
border-color css
<style>
span { border-color: #DCD601; }
span { border-color: rgb(220,214,1); }
td.TdClassName
{
border-color: #DCD601;
}
.TagClassName
{
border-color: #DCD601;
}
</style>