Shades of Bird Flower #D2CE03
Tints of Bird Flower #D2CE03
RGB
CMYK
RGB Variations
Color information
#D2CE03 (or 0xD2CE03) is known color: Bird Flower. HEX triplet: D2, CE and 03. RGB value is (210,206,3). Sum of RGB (Red+Green+Blue) = 210+206+3=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CE03 is #2D31FC. Grayscale: #B8B8B8. Windows color (decimal): -2961917 or 249554. OLE color: 249554.
HSL color Cylindrical-coordinate representation of color #D2CE03: hue angle of 58.84º 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 #D2CE03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.18 |
| HSL | 58.84º | 0.97% | 0.42% | - |
| HSV(B) | 58.84º | 0.99% | 0.82% | - |
| XYZ | 48.67 | 57.85 | 8.69 | - |
| YUV | 184.05 | 25.83 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 3 | 0 | 0.02 | 0.99 | 0.18 | 58.84 | 0.97 | 0.42 |
| Hex | D2 | CE | 3 | 0 | 2 | 63 | 12 | 3B | 61 | 2A |
| Octal | 322 | 316 | 3 | 0 | 2 | 143 | 22 | 73 | 141 | 52 |
| Binary | 11010010 | 11001110 | 11 | 0 | 10 | 1100011 | 10010 | 111011 | 1100001 | 101010 |
Color Harmonies of #D2CE03
Complementary color
Monochromatic Colors of #D2CE03
Black with #D2CE03
Text Example
Text Example
White with #D2CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE03; }
p { color: rgb(210,206,3); }
H1.HeaderClassName
{
color: #D2CE03;
}
.AnyTagClassName
{
color: #D2CE03;
}
</style>
background-color css
<style>
a { background-color: #D2CE03; }
a { background-color: rgb(210,206,3); }
div.DivClassName
{
background-color: #D2CE03;
}
.BgClassName
{
background-color: #D2CE03;
}
</style>
border-color css
<style>
span { border-color: #D2CE03; }
span { border-color: rgb(210,206,3); }
td.TdClassName
{
border-color: #D2CE03;
}
.TagClassName
{
border-color: #D2CE03;
}
</style>