Shades of Bird Flower #DCCF02
Tints of Bird Flower #DCCF02
RGB
CMYK
RGB Variations
Color information
#DCCF02 (or 0xDCCF02) is known color: Bird Flower. HEX triplet: DC, CF and 02. RGB value is (220,207,2). Sum of RGB (Red+Green+Blue) = 220+207+2=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF02 is #2330FD. Grayscale: #BCBCBC. Windows color (decimal): -2306302 or 184284. OLE color: 184284.
HSL color Cylindrical-coordinate representation of color #DCCF02: hue angle of 56.42º 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 #DCCF02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.14 |
| HSL | 56.42º | 0.98% | 0.44% | - |
| HSV(B) | 56.42º | 0.99% | 0.86% | - |
| XYZ | 51.84 | 59.85 | 8.88 | - |
| YUV | 187.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 2 | 0 | 0.06 | 0.99 | 0.14 | 56.42 | 0.98 | 0.44 |
| Hex | DC | CF | 2 | 0 | 6 | 63 | E | 38 | 62 | 2C |
| Octal | 334 | 317 | 2 | 0 | 6 | 143 | 16 | 70 | 142 | 54 |
| Binary | 11011100 | 11001111 | 10 | 0 | 110 | 1100011 | 1110 | 111000 | 1100010 | 101100 |
Color Harmonies of #DCCF02
Complementary color
Monochromatic Colors of #DCCF02
Black with #DCCF02
Text Example
Text Example
White with #DCCF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF02; }
p { color: rgb(220,207,2); }
H1.HeaderClassName
{
color: #DCCF02;
}
.AnyTagClassName
{
color: #DCCF02;
}
</style>
background-color css
<style>
a { background-color: #DCCF02; }
a { background-color: rgb(220,207,2); }
div.DivClassName
{
background-color: #DCCF02;
}
.BgClassName
{
background-color: #DCCF02;
}
</style>
border-color css
<style>
span { border-color: #DCCF02; }
span { border-color: rgb(220,207,2); }
td.TdClassName
{
border-color: #DCCF02;
}
.TagClassName
{
border-color: #DCCF02;
}
</style>