Shades of Bird Flower #DCCD01
Tints of Bird Flower #DCCD01
RGB
CMYK
RGB Variations
Color information
#DCCD01 (or 0xDCCD01) is known color: Bird Flower. HEX triplet: DC, CD and 01. RGB value is (220,205,1). Sum of RGB (Red+Green+Blue) = 220+205+1=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD01 is #2332FE. Grayscale: #BBBBBB. Windows color (decimal): -2306815 or 118236. OLE color: 118236.
HSL color Cylindrical-coordinate representation of color #DCCD01: hue angle of 55.89º 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 #DCCD01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.14 |
| HSL | 55.89º | 0.99% | 0.43% | - |
| HSV(B) | 55.89º | 1% | 0.86% | - |
| XYZ | 51.35 | 58.88 | 8.69 | - |
| YUV | 186.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 1 | 0 | 0.07 | 1.00 | 0.14 | 55.89 | 0.99 | 0.43 |
| Hex | DC | CD | 1 | 0 | 7 | 64 | E | 38 | 63 | 2B |
| Octal | 334 | 315 | 1 | 0 | 7 | 144 | 16 | 70 | 143 | 53 |
| Binary | 11011100 | 11001101 | 1 | 0 | 111 | 1100100 | 1110 | 111000 | 1100011 | 101011 |
Color Harmonies of #DCCD01
Complementary color
Monochromatic Colors of #DCCD01
Black with #DCCD01
Text Example
Text Example
White with #DCCD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD01; }
p { color: rgb(220,205,1); }
H1.HeaderClassName
{
color: #DCCD01;
}
.AnyTagClassName
{
color: #DCCD01;
}
</style>
background-color css
<style>
a { background-color: #DCCD01; }
a { background-color: rgb(220,205,1); }
div.DivClassName
{
background-color: #DCCD01;
}
.BgClassName
{
background-color: #DCCD01;
}
</style>
border-color css
<style>
span { border-color: #DCCD01; }
span { border-color: rgb(220,205,1); }
td.TdClassName
{
border-color: #DCCD01;
}
.TagClassName
{
border-color: #DCCD01;
}
</style>