Shades of Bird Flower #D0CE03
Tints of Bird Flower #D0CE03
RGB
CMYK
RGB Variations
Color information
#D0CE03 (or 0xD0CE03) is known color: Bird Flower. HEX triplet: D0, CE and 03. RGB value is (208,206,3). Sum of RGB (Red+Green+Blue) = 208+206+3=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CE03 is #2F31FC. Grayscale: #B8B8B8. Windows color (decimal): -3092989 or 249552. OLE color: 249552.
HSL color Cylindrical-coordinate representation of color #D0CE03: hue angle of 59.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0CE03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.18 |
| HSL | 59.41º | 0.97% | 0.41% | - |
| HSV(B) | 59.41º | 0.99% | 0.82% | - |
| XYZ | 48.1 | 57.56 | 8.66 | - |
| YUV | 183.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 3 | 0 | 0.01 | 0.99 | 0.18 | 59.41 | 0.97 | 0.41 |
| Hex | D0 | CE | 3 | 0 | 1 | 63 | 12 | 3B | 61 | 29 |
| Octal | 320 | 316 | 3 | 0 | 1 | 143 | 22 | 73 | 141 | 51 |
| Binary | 11010000 | 11001110 | 11 | 0 | 1 | 1100011 | 10010 | 111011 | 1100001 | 101001 |
Color Harmonies of #D0CE03
Complementary color
Monochromatic Colors of #D0CE03
Black with #D0CE03
Text Example
Text Example
White with #D0CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE03; }
p { color: rgb(208,206,3); }
H1.HeaderClassName
{
color: #D0CE03;
}
.AnyTagClassName
{
color: #D0CE03;
}
</style>
background-color css
<style>
a { background-color: #D0CE03; }
a { background-color: rgb(208,206,3); }
div.DivClassName
{
background-color: #D0CE03;
}
.BgClassName
{
background-color: #D0CE03;
}
</style>
border-color css
<style>
span { border-color: #D0CE03; }
span { border-color: rgb(208,206,3); }
td.TdClassName
{
border-color: #D0CE03;
}
.TagClassName
{
border-color: #D0CE03;
}
</style>