Shades of Bird Flower #DCCC03
Tints of Bird Flower #DCCC03
RGB
CMYK
RGB Variations
Color information
#DCCC03 (or 0xDCCC03) is known color: Bird Flower. HEX triplet: DC, CC and 03. RGB value is (220,204,3). Sum of RGB (Red+Green+Blue) = 220+204+3=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC03 is #2333FC. Grayscale: #BABABA. Windows color (decimal): -2307069 or 249052. OLE color: 249052.
HSL color Cylindrical-coordinate representation of color #DCCC03: hue angle of 55.58º 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 #DCCC03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.14 |
| HSL | 55.58º | 0.97% | 0.44% | - |
| HSV(B) | 55.58º | 0.99% | 0.86% | - |
| XYZ | 51.12 | 58.41 | 8.67 | - |
| YUV | 185.87 | 24.8 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 3 | 0 | 0.07 | 0.99 | 0.14 | 55.58 | 0.97 | 0.44 |
| Hex | DC | CC | 3 | 0 | 7 | 63 | E | 38 | 61 | 2C |
| Octal | 334 | 314 | 3 | 0 | 7 | 143 | 16 | 70 | 141 | 54 |
| Binary | 11011100 | 11001100 | 11 | 0 | 111 | 1100011 | 1110 | 111000 | 1100001 | 101100 |
Color Harmonies of #DCCC03
Complementary color
Monochromatic Colors of #DCCC03
Black with #DCCC03
Text Example
Text Example
White with #DCCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC03; }
p { color: rgb(220,204,3); }
H1.HeaderClassName
{
color: #DCCC03;
}
.AnyTagClassName
{
color: #DCCC03;
}
</style>
background-color css
<style>
a { background-color: #DCCC03; }
a { background-color: rgb(220,204,3); }
div.DivClassName
{
background-color: #DCCC03;
}
.BgClassName
{
background-color: #DCCC03;
}
</style>
border-color css
<style>
span { border-color: #DCCC03; }
span { border-color: rgb(220,204,3); }
td.TdClassName
{
border-color: #DCCC03;
}
.TagClassName
{
border-color: #DCCC03;
}
</style>