Shades of Bird Flower #D1CE10
Tints of Bird Flower #D1CE10
RGB
CMYK
RGB Variations
Color information
#D1CE10 (or 0xD1CE10) is known color: Bird Flower. HEX triplet: D1, CE and 10. RGB value is (209,206,16). Sum of RGB (Red+Green+Blue) = 209+206+16=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CE10 is #2E31EF. Grayscale: #B9B9B9. Windows color (decimal): -3027440 or 1101521. OLE color: 1101521.
HSL color Cylindrical-coordinate representation of color #D1CE10: hue angle of 59.07º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1CE10 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.18 |
| HSL | 59.07º | 0.86% | 0.44% | - |
| HSV(B) | 59.07º | 0.92% | 0.82% | - |
| XYZ | 48.46 | 57.74 | 9.08 | - |
| YUV | 185.24 | 32.49 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 16 | 0 | 0.01 | 0.92 | 0.18 | 59.07 | 0.86 | 0.44 |
| Hex | D1 | CE | 10 | 0 | 1 | 5C | 12 | 3B | 56 | 2C |
| Octal | 321 | 316 | 20 | 0 | 1 | 134 | 22 | 73 | 126 | 54 |
| Binary | 11010001 | 11001110 | 10000 | 0 | 1 | 1011100 | 10010 | 111011 | 1010110 | 101100 |
Color Harmonies of #D1CE10
Complementary color
Monochromatic Colors of #D1CE10
Black with #D1CE10
Text Example
Text Example
White with #D1CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE10; }
p { color: rgb(209,206,16); }
H1.HeaderClassName
{
color: #D1CE10;
}
.AnyTagClassName
{
color: #D1CE10;
}
</style>
background-color css
<style>
a { background-color: #D1CE10; }
a { background-color: rgb(209,206,16); }
div.DivClassName
{
background-color: #D1CE10;
}
.BgClassName
{
background-color: #D1CE10;
}
</style>
border-color css
<style>
span { border-color: #D1CE10; }
span { border-color: rgb(209,206,16); }
td.TdClassName
{
border-color: #D1CE10;
}
.TagClassName
{
border-color: #D1CE10;
}
</style>