Shades of Bird Flower #D1CE0B
Tints of Bird Flower #D1CE0B
RGB
CMYK
RGB Variations
Color information
#D1CE0B (or 0xD1CE0B) is known color: Bird Flower. HEX triplet: D1, CE and 0B. RGB value is (209,206,11). Sum of RGB (Red+Green+Blue) = 209+206+11=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CE0B is #2E31F4. Grayscale: #B9B9B9. Windows color (decimal): -3027445 or 773841. OLE color: 773841.
HSL color Cylindrical-coordinate representation of color #D1CE0B: hue angle of 59.09º degrees, saturation: 0.9, 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 #D1CE0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.18 |
| HSL | 59.09º | 0.9% | 0.43% | - |
| HSV(B) | 59.09º | 0.95% | 0.82% | - |
| XYZ | 48.43 | 57.72 | 8.91 | - |
| YUV | 184.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 11 | 0 | 0.01 | 0.95 | 0.18 | 59.09 | 0.9 | 0.43 |
| Hex | D1 | CE | B | 0 | 1 | 5F | 12 | 3B | 5A | 2B |
| Octal | 321 | 316 | 13 | 0 | 1 | 137 | 22 | 73 | 132 | 53 |
| Binary | 11010001 | 11001110 | 1011 | 0 | 1 | 1011111 | 10010 | 111011 | 1011010 | 101011 |
Color Harmonies of #D1CE0B
Complementary color
Monochromatic Colors of #D1CE0B
Black with #D1CE0B
Text Example
Text Example
White with #D1CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE0B; }
p { color: rgb(209,206,11); }
H1.HeaderClassName
{
color: #D1CE0B;
}
.AnyTagClassName
{
color: #D1CE0B;
}
</style>
background-color css
<style>
a { background-color: #D1CE0B; }
a { background-color: rgb(209,206,11); }
div.DivClassName
{
background-color: #D1CE0B;
}
.BgClassName
{
background-color: #D1CE0B;
}
</style>
border-color css
<style>
span { border-color: #D1CE0B; }
span { border-color: rgb(209,206,11); }
td.TdClassName
{
border-color: #D1CE0B;
}
.TagClassName
{
border-color: #D1CE0B;
}
</style>