Shades of Bird Flower #DCCD08
Tints of Bird Flower #DCCD08
RGB
CMYK
RGB Variations
Color information
#DCCD08 (or 0xDCCD08) is known color: Bird Flower. HEX triplet: DC, CD and 08. RGB value is (220,205,8). Sum of RGB (Red+Green+Blue) = 220+205+8=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD08 is #2332F7. Grayscale: #BBBBBB. Windows color (decimal): -2306808 or 576988. OLE color: 576988.
HSL color Cylindrical-coordinate representation of color #DCCD08: hue angle of 55.75º 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 #DCCD08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.14 |
| HSL | 55.75º | 0.93% | 0.45% | - |
| HSV(B) | 55.75º | 0.96% | 0.86% | - |
| XYZ | 51.39 | 58.9 | 8.89 | - |
| YUV | 187.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 8 | 0 | 0.07 | 0.96 | 0.14 | 55.75 | 0.93 | 0.45 |
| Hex | DC | CD | 8 | 0 | 7 | 60 | E | 38 | 5D | 2D |
| Octal | 334 | 315 | 10 | 0 | 7 | 140 | 16 | 70 | 135 | 55 |
| Binary | 11011100 | 11001101 | 1000 | 0 | 111 | 1100000 | 1110 | 111000 | 1011101 | 101101 |
Color Harmonies of #DCCD08
Complementary color
Monochromatic Colors of #DCCD08
Black with #DCCD08
Text Example
Text Example
White with #DCCD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD08; }
p { color: rgb(220,205,8); }
H1.HeaderClassName
{
color: #DCCD08;
}
.AnyTagClassName
{
color: #DCCD08;
}
</style>
background-color css
<style>
a { background-color: #DCCD08; }
a { background-color: rgb(220,205,8); }
div.DivClassName
{
background-color: #DCCD08;
}
.BgClassName
{
background-color: #DCCD08;
}
</style>
border-color css
<style>
span { border-color: #DCCD08; }
span { border-color: rgb(220,205,8); }
td.TdClassName
{
border-color: #DCCD08;
}
.TagClassName
{
border-color: #DCCD08;
}
</style>