Shades of Bird Flower #DCCC06
Tints of Bird Flower #DCCC06
RGB
CMYK
RGB Variations
Color information
#DCCC06 (or 0xDCCC06) is known color: Bird Flower. HEX triplet: DC, CC and 06. RGB value is (220,204,6). Sum of RGB (Red+Green+Blue) = 220+204+6=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC06 is #2333F9. Grayscale: #BBBBBB. Windows color (decimal): -2307066 or 445660. OLE color: 445660.
HSL color Cylindrical-coordinate representation of color #DCCC06: hue angle of 55.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCCC06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 6 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.14 |
| HSL | 55.51º | 0.95% | 0.44% | - |
| HSV(B) | 55.51º | 0.97% | 0.86% | - |
| XYZ | 51.14 | 58.41 | 8.75 | - |
| YUV | 186.21 | 26.3 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 6 | 0 | 0.07 | 0.97 | 0.14 | 55.51 | 0.95 | 0.44 |
| Hex | DC | CC | 6 | 0 | 7 | 61 | E | 38 | 5F | 2C |
| Octal | 334 | 314 | 6 | 0 | 7 | 141 | 16 | 70 | 137 | 54 |
| Binary | 11011100 | 11001100 | 110 | 0 | 111 | 1100001 | 1110 | 111000 | 1011111 | 101100 |
Color Harmonies of #DCCC06
Complementary color
Monochromatic Colors of #DCCC06
Black with #DCCC06
Text Example
Text Example
White with #DCCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC06; }
p { color: rgb(220,204,6); }
H1.HeaderClassName
{
color: #DCCC06;
}
.AnyTagClassName
{
color: #DCCC06;
}
</style>
background-color css
<style>
a { background-color: #DCCC06; }
a { background-color: rgb(220,204,6); }
div.DivClassName
{
background-color: #DCCC06;
}
.BgClassName
{
background-color: #DCCC06;
}
</style>
border-color css
<style>
span { border-color: #DCCC06; }
span { border-color: rgb(220,204,6); }
td.TdClassName
{
border-color: #DCCC06;
}
.TagClassName
{
border-color: #DCCC06;
}
</style>