Shades of Bird Flower #DCCD02
Tints of Bird Flower #DCCD02
RGB
CMYK
RGB Variations
Color information
#DCCD02 (or 0xDCCD02) is known color: Bird Flower. HEX triplet: DC, CD and 02. RGB value is (220,205,2). Sum of RGB (Red+Green+Blue) = 220+205+2=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD02 is #2332FD. Grayscale: #BBBBBB. Windows color (decimal): -2306814 or 183772. OLE color: 183772.
HSL color Cylindrical-coordinate representation of color #DCCD02: hue angle of 55.87º degrees, saturation: 0.98, 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 #DCCD02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.14 |
| HSL | 55.87º | 0.98% | 0.44% | - |
| HSV(B) | 55.87º | 0.99% | 0.86% | - |
| XYZ | 51.36 | 58.88 | 8.72 | - |
| YUV | 186.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 2 | 0 | 0.07 | 0.99 | 0.14 | 55.87 | 0.98 | 0.44 |
| Hex | DC | CD | 2 | 0 | 7 | 63 | E | 38 | 62 | 2C |
| Octal | 334 | 315 | 2 | 0 | 7 | 143 | 16 | 70 | 142 | 54 |
| Binary | 11011100 | 11001101 | 10 | 0 | 111 | 1100011 | 1110 | 111000 | 1100010 | 101100 |
Color Harmonies of #DCCD02
Complementary color
Monochromatic Colors of #DCCD02
Black with #DCCD02
Text Example
Text Example
White with #DCCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD02; }
p { color: rgb(220,205,2); }
H1.HeaderClassName
{
color: #DCCD02;
}
.AnyTagClassName
{
color: #DCCD02;
}
</style>
background-color css
<style>
a { background-color: #DCCD02; }
a { background-color: rgb(220,205,2); }
div.DivClassName
{
background-color: #DCCD02;
}
.BgClassName
{
background-color: #DCCD02;
}
</style>
border-color css
<style>
span { border-color: #DCCD02; }
span { border-color: rgb(220,205,2); }
td.TdClassName
{
border-color: #DCCD02;
}
.TagClassName
{
border-color: #DCCD02;
}
</style>