Shades of Bird Flower #D2C903
Tints of Bird Flower #D2C903
RGB
CMYK
RGB Variations
Color information
#D2C903 (or 0xD2C903) is known color: Bird Flower. HEX triplet: D2, C9 and 03. RGB value is (210,201,3). Sum of RGB (Red+Green+Blue) = 210+201+3=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C903 is #2D36FC. Grayscale: #B5B5B5. Windows color (decimal): -2963197 or 248274. OLE color: 248274.
HSL color Cylindrical-coordinate representation of color #D2C903: hue angle of 57.39º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2C903 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.18 |
| HSL | 57.39º | 0.97% | 0.42% | - |
| HSV(B) | 57.39º | 0.99% | 0.82% | - |
| XYZ | 47.48 | 55.48 | 8.29 | - |
| YUV | 181.12 | 27.48 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 3 | 0 | 0.04 | 0.99 | 0.18 | 57.39 | 0.97 | 0.42 |
| Hex | D2 | C9 | 3 | 0 | 4 | 63 | 12 | 39 | 61 | 2A |
| Octal | 322 | 311 | 3 | 0 | 4 | 143 | 22 | 71 | 141 | 52 |
| Binary | 11010010 | 11001001 | 11 | 0 | 100 | 1100011 | 10010 | 111001 | 1100001 | 101010 |
Color Harmonies of #D2C903
Complementary color
Monochromatic Colors of #D2C903
Black with #D2C903
Text Example
Text Example
White with #D2C903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C903; }
p { color: rgb(210,201,3); }
H1.HeaderClassName
{
color: #D2C903;
}
.AnyTagClassName
{
color: #D2C903;
}
</style>
background-color css
<style>
a { background-color: #D2C903; }
a { background-color: rgb(210,201,3); }
div.DivClassName
{
background-color: #D2C903;
}
.BgClassName
{
background-color: #D2C903;
}
</style>
border-color css
<style>
span { border-color: #D2C903; }
span { border-color: rgb(210,201,3); }
td.TdClassName
{
border-color: #D2C903;
}
.TagClassName
{
border-color: #D2C903;
}
</style>