Shades of Bird Flower #DCCA00
Tints of Bird Flower #DCCA00
RGB
CMYK
RGB Variations
Color information
#DCCA00 (or 0xDCCA00) is known color: Bird Flower. HEX triplet: DC, CA and 00. RGB value is (220,202,0). Sum of RGB (Red+Green+Blue) = 220+202+0=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA00 is #2335FF. Grayscale: #B9B9B9. Windows color (decimal): -2307584 or 51932. OLE color: 51932.
HSL color Cylindrical-coordinate representation of color #DCCA00: hue angle of 55.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCCA00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.14 |
| HSL | 55.09º | 1% | 0.43% | - |
| HSV(B) | 55.09º | 1% | 0.86% | - |
| XYZ | 50.64 | 57.46 | 8.42 | - |
| YUV | 184.35 | 23.96 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 0 | 0 | 0.08 | 1 | 0.14 | 55.09 | 1 | 0.43 |
| Hex | DC | CA | 0 | 0 | 8 | 64 | E | 37 | 64 | 2B |
| Octal | 334 | 312 | 0 | 0 | 10 | 144 | 16 | 67 | 144 | 53 |
| Binary | 11011100 | 11001010 | 0 | 0 | 1000 | 1100100 | 1110 | 110111 | 1100100 | 101011 |
Color Harmonies of #DCCA00
Complementary color
Monochromatic Colors of #DCCA00
Black with #DCCA00
Text Example
Text Example
White with #DCCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA00; }
p { color: rgb(220,202,0); }
H1.HeaderClassName
{
color: #DCCA00;
}
.AnyTagClassName
{
color: #DCCA00;
}
</style>
background-color css
<style>
a { background-color: #DCCA00; }
a { background-color: rgb(220,202,0); }
div.DivClassName
{
background-color: #DCCA00;
}
.BgClassName
{
background-color: #DCCA00;
}
</style>
border-color css
<style>
span { border-color: #DCCA00; }
span { border-color: rgb(220,202,0); }
td.TdClassName
{
border-color: #DCCA00;
}
.TagClassName
{
border-color: #DCCA00;
}
</style>