Shades of Bird Flower #DCC702
Tints of Bird Flower #DCC702
RGB
CMYK
RGB Variations
Color information
#DCC702 (or 0xDCC702) is known color: Bird Flower. HEX triplet: DC, C7 and 02. RGB value is (220,199,2). Sum of RGB (Red+Green+Blue) = 220+199+2=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC702 is #2338FD. Grayscale: #B7B7B7. Windows color (decimal): -2308350 or 182236. OLE color: 182236.
HSL color Cylindrical-coordinate representation of color #DCC702: hue angle of 54.22º 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 #DCC702 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.14 |
| HSL | 54.22º | 0.98% | 0.44% | - |
| HSV(B) | 54.22º | 0.99% | 0.86% | - |
| XYZ | 49.95 | 56.07 | 8.25 | - |
| YUV | 182.82 | 25.96 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 2 | 0 | 0.10 | 0.99 | 0.14 | 54.22 | 0.98 | 0.44 |
| Hex | DC | C7 | 2 | 0 | A | 63 | E | 36 | 62 | 2C |
| Octal | 334 | 307 | 2 | 0 | 12 | 143 | 16 | 66 | 142 | 54 |
| Binary | 11011100 | 11000111 | 10 | 0 | 1010 | 1100011 | 1110 | 110110 | 1100010 | 101100 |
Color Harmonies of #DCC702
Complementary color
Monochromatic Colors of #DCC702
Black with #DCC702
Text Example
Text Example
White with #DCC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC702; }
p { color: rgb(220,199,2); }
H1.HeaderClassName
{
color: #DCC702;
}
.AnyTagClassName
{
color: #DCC702;
}
</style>
background-color css
<style>
a { background-color: #DCC702; }
a { background-color: rgb(220,199,2); }
div.DivClassName
{
background-color: #DCC702;
}
.BgClassName
{
background-color: #DCC702;
}
</style>
border-color css
<style>
span { border-color: #DCC702; }
span { border-color: rgb(220,199,2); }
td.TdClassName
{
border-color: #DCC702;
}
.TagClassName
{
border-color: #DCC702;
}
</style>