Shades of Bird Flower #D2C90A
Tints of Bird Flower #D2C90A
RGB
CMYK
RGB Variations
Color information
#D2C90A (or 0xD2C90A) is known color: Bird Flower. HEX triplet: D2, C9 and 0A. RGB value is (210,201,10). Sum of RGB (Red+Green+Blue) = 210+201+10=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C90A is #2D36F5. Grayscale: #B6B6B6. Windows color (decimal): -2963190 or 707026. OLE color: 707026.
HSL color Cylindrical-coordinate representation of color #D2C90A: hue angle of 57.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2C90A is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 10 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.18 |
| HSL | 57.3º | 0.91% | 0.43% | - |
| HSV(B) | 57.3º | 0.95% | 0.82% | - |
| XYZ | 47.52 | 55.5 | 8.49 | - |
| YUV | 181.92 | 30.98 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 10 | 0 | 0.04 | 0.95 | 0.18 | 57.3 | 0.91 | 0.43 |
| Hex | D2 | C9 | A | 0 | 4 | 5F | 12 | 39 | 5B | 2B |
| Octal | 322 | 311 | 12 | 0 | 4 | 137 | 22 | 71 | 133 | 53 |
| Binary | 11010010 | 11001001 | 1010 | 0 | 100 | 1011111 | 10010 | 111001 | 1011011 | 101011 |
Color Harmonies of #D2C90A
Complementary color
Monochromatic Colors of #D2C90A
Black with #D2C90A
Text Example
Text Example
White with #D2C90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C90A; }
p { color: rgb(210,201,10); }
H1.HeaderClassName
{
color: #D2C90A;
}
.AnyTagClassName
{
color: #D2C90A;
}
</style>
background-color css
<style>
a { background-color: #D2C90A; }
a { background-color: rgb(210,201,10); }
div.DivClassName
{
background-color: #D2C90A;
}
.BgClassName
{
background-color: #D2C90A;
}
</style>
border-color css
<style>
span { border-color: #D2C90A; }
span { border-color: rgb(210,201,10); }
td.TdClassName
{
border-color: #D2C90A;
}
.TagClassName
{
border-color: #D2C90A;
}
</style>