Shades of Bird Flower #DCCE03
Tints of Bird Flower #DCCE03
RGB
CMYK
RGB Variations
Color information
#DCCE03 (or 0xDCCE03) is known color: Bird Flower. HEX triplet: DC, CE and 03. RGB value is (220,206,3). Sum of RGB (Red+Green+Blue) = 220+206+3=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE03 is #2331FC. Grayscale: #BBBBBB. Windows color (decimal): -2306557 or 249564. OLE color: 249564.
HSL color Cylindrical-coordinate representation of color #DCCE03: hue angle of 56.13º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCCE03 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.14 |
| HSL | 56.13º | 0.97% | 0.44% | - |
| HSV(B) | 56.13º | 0.99% | 0.86% | - |
| XYZ | 51.6 | 59.36 | 8.82 | - |
| YUV | 187.04 | 24.14 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 3 | 0 | 0.06 | 0.99 | 0.14 | 56.13 | 0.97 | 0.44 |
| Hex | DC | CE | 3 | 0 | 6 | 63 | E | 38 | 61 | 2C |
| Octal | 334 | 316 | 3 | 0 | 6 | 143 | 16 | 70 | 141 | 54 |
| Binary | 11011100 | 11001110 | 11 | 0 | 110 | 1100011 | 1110 | 111000 | 1100001 | 101100 |
Color Harmonies of #DCCE03
Complementary color
Monochromatic Colors of #DCCE03
Black with #DCCE03
Text Example
Text Example
White with #DCCE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE03; }
p { color: rgb(220,206,3); }
H1.HeaderClassName
{
color: #DCCE03;
}
.AnyTagClassName
{
color: #DCCE03;
}
</style>
background-color css
<style>
a { background-color: #DCCE03; }
a { background-color: rgb(220,206,3); }
div.DivClassName
{
background-color: #DCCE03;
}
.BgClassName
{
background-color: #DCCE03;
}
</style>
border-color css
<style>
span { border-color: #DCCE03; }
span { border-color: rgb(220,206,3); }
td.TdClassName
{
border-color: #DCCE03;
}
.TagClassName
{
border-color: #DCCE03;
}
</style>