Shades of Bird Flower #DCC902
Tints of Bird Flower #DCC902
RGB
CMYK
RGB Variations
Color information
#DCC902 (or 0xDCC902) is known color: Bird Flower. HEX triplet: DC, C9 and 02. RGB value is (220,201,2). Sum of RGB (Red+Green+Blue) = 220+201+2=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC902 is #2336FD. Grayscale: #B8B8B8. Windows color (decimal): -2307838 or 182748. OLE color: 182748.
HSL color Cylindrical-coordinate representation of color #DCC902: hue angle of 54.77º 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 #DCC902 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.14 |
| HSL | 54.77º | 0.98% | 0.44% | - |
| HSV(B) | 54.77º | 0.99% | 0.86% | - |
| XYZ | 50.41 | 56.99 | 8.4 | - |
| YUV | 184 | 25.29 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 2 | 0 | 0.09 | 0.99 | 0.14 | 54.77 | 0.98 | 0.44 |
| Hex | DC | C9 | 2 | 0 | 9 | 63 | E | 37 | 62 | 2C |
| Octal | 334 | 311 | 2 | 0 | 11 | 143 | 16 | 67 | 142 | 54 |
| Binary | 11011100 | 11001001 | 10 | 0 | 1001 | 1100011 | 1110 | 110111 | 1100010 | 101100 |
Color Harmonies of #DCC902
Complementary color
Monochromatic Colors of #DCC902
Black with #DCC902
Text Example
Text Example
White with #DCC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC902; }
p { color: rgb(220,201,2); }
H1.HeaderClassName
{
color: #DCC902;
}
.AnyTagClassName
{
color: #DCC902;
}
</style>
background-color css
<style>
a { background-color: #DCC902; }
a { background-color: rgb(220,201,2); }
div.DivClassName
{
background-color: #DCC902;
}
.BgClassName
{
background-color: #DCC902;
}
</style>
border-color css
<style>
span { border-color: #DCC902; }
span { border-color: rgb(220,201,2); }
td.TdClassName
{
border-color: #DCC902;
}
.TagClassName
{
border-color: #DCC902;
}
</style>