Shades of Bird Flower #D7C10B
Tints of Bird Flower #D7C10B
RGB
CMYK
RGB Variations
Color information
#D7C10B (or 0xD7C10B) is known color: Bird Flower. HEX triplet: D7, C1 and 0B. RGB value is (215,193,11). Sum of RGB (Red+Green+Blue) = 215+193+11=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C10B is #283EF4. Grayscale: #B3B3B3. Windows color (decimal): -2637557 or 770519. OLE color: 770519.
HSL color Cylindrical-coordinate representation of color #D7C10B: hue angle of 53.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7C10B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.16 |
| HSL | 53.53º | 0.9% | 0.44% | - |
| HSV(B) | 53.53º | 0.95% | 0.84% | - |
| XYZ | 47.15 | 52.61 | 7.99 | - |
| YUV | 178.83 | 33.29 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 11 | 0 | 0.10 | 0.95 | 0.16 | 53.53 | 0.9 | 0.44 |
| Hex | D7 | C1 | B | 0 | A | 5F | 10 | 36 | 5A | 2C |
| Octal | 327 | 301 | 13 | 0 | 12 | 137 | 20 | 66 | 132 | 54 |
| Binary | 11010111 | 11000001 | 1011 | 0 | 1010 | 1011111 | 10000 | 110110 | 1011010 | 101100 |
Color Harmonies of #D7C10B
Complementary color
Monochromatic Colors of #D7C10B
Black with #D7C10B
Text Example
Text Example
White with #D7C10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C10B; }
p { color: rgb(215,193,11); }
H1.HeaderClassName
{
color: #D7C10B;
}
.AnyTagClassName
{
color: #D7C10B;
}
</style>
background-color css
<style>
a { background-color: #D7C10B; }
a { background-color: rgb(215,193,11); }
div.DivClassName
{
background-color: #D7C10B;
}
.BgClassName
{
background-color: #D7C10B;
}
</style>
border-color css
<style>
span { border-color: #D7C10B; }
span { border-color: rgb(215,193,11); }
td.TdClassName
{
border-color: #D7C10B;
}
.TagClassName
{
border-color: #D7C10B;
}
</style>