Shades of Bird Flower #D1CE03
Tints of Bird Flower #D1CE03
RGB
CMYK
RGB Variations
Color information
#D1CE03 (or 0xD1CE03) is known color: Bird Flower. HEX triplet: D1, CE and 03. RGB value is (209,206,3). Sum of RGB (Red+Green+Blue) = 209+206+3=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CE03 is #2E31FC. Grayscale: #B8B8B8. Windows color (decimal): -3027453 or 249553. OLE color: 249553.
HSL color Cylindrical-coordinate representation of color #D1CE03: hue angle of 59.13º 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 #D1CE03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.18 |
| HSL | 59.13º | 0.97% | 0.42% | - |
| HSV(B) | 59.13º | 0.99% | 0.82% | - |
| XYZ | 48.38 | 57.7 | 8.67 | - |
| YUV | 183.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 3 | 0 | 0.01 | 0.99 | 0.18 | 59.13 | 0.97 | 0.42 |
| Hex | D1 | CE | 3 | 0 | 1 | 63 | 12 | 3B | 61 | 2A |
| Octal | 321 | 316 | 3 | 0 | 1 | 143 | 22 | 73 | 141 | 52 |
| Binary | 11010001 | 11001110 | 11 | 0 | 1 | 1100011 | 10010 | 111011 | 1100001 | 101010 |
Color Harmonies of #D1CE03
Complementary color
Monochromatic Colors of #D1CE03
Black with #D1CE03
Text Example
Text Example
White with #D1CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE03; }
p { color: rgb(209,206,3); }
H1.HeaderClassName
{
color: #D1CE03;
}
.AnyTagClassName
{
color: #D1CE03;
}
</style>
background-color css
<style>
a { background-color: #D1CE03; }
a { background-color: rgb(209,206,3); }
div.DivClassName
{
background-color: #D1CE03;
}
.BgClassName
{
background-color: #D1CE03;
}
</style>
border-color css
<style>
span { border-color: #D1CE03; }
span { border-color: rgb(209,206,3); }
td.TdClassName
{
border-color: #D1CE03;
}
.TagClassName
{
border-color: #D1CE03;
}
</style>