Shades of Bird Flower #DCCE08
Tints of Bird Flower #DCCE08
RGB
CMYK
RGB Variations
Color information
#DCCE08 (or 0xDCCE08) is known color: Bird Flower. HEX triplet: DC, CE and 08. RGB value is (220,206,8). Sum of RGB (Red+Green+Blue) = 220+206+8=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE08 is #2331F7. Grayscale: #BCBCBC. Windows color (decimal): -2306552 or 577244. OLE color: 577244.
HSL color Cylindrical-coordinate representation of color #DCCE08: hue angle of 56.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCCE08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.14 |
| HSL | 56.04º | 0.93% | 0.45% | - |
| HSV(B) | 56.04º | 0.96% | 0.86% | - |
| XYZ | 51.63 | 59.38 | 8.97 | - |
| YUV | 187.61 | 26.64 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 8 | 0 | 0.06 | 0.96 | 0.14 | 56.04 | 0.93 | 0.45 |
| Hex | DC | CE | 8 | 0 | 6 | 60 | E | 38 | 5D | 2D |
| Octal | 334 | 316 | 10 | 0 | 6 | 140 | 16 | 70 | 135 | 55 |
| Binary | 11011100 | 11001110 | 1000 | 0 | 110 | 1100000 | 1110 | 111000 | 1011101 | 101101 |
Color Harmonies of #DCCE08
Complementary color
Monochromatic Colors of #DCCE08
Black with #DCCE08
Text Example
Text Example
White with #DCCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE08; }
p { color: rgb(220,206,8); }
H1.HeaderClassName
{
color: #DCCE08;
}
.AnyTagClassName
{
color: #DCCE08;
}
</style>
background-color css
<style>
a { background-color: #DCCE08; }
a { background-color: rgb(220,206,8); }
div.DivClassName
{
background-color: #DCCE08;
}
.BgClassName
{
background-color: #DCCE08;
}
</style>
border-color css
<style>
span { border-color: #DCCE08; }
span { border-color: rgb(220,206,8); }
td.TdClassName
{
border-color: #DCCE08;
}
.TagClassName
{
border-color: #DCCE08;
}
</style>