Shades of Bird Flower #D3CE0F
Tints of Bird Flower #D3CE0F
RGB
CMYK
RGB Variations
Color information
#D3CE0F (or 0xD3CE0F) is known color: Bird Flower. HEX triplet: D3, CE and 0F. RGB value is (211,206,15). Sum of RGB (Red+Green+Blue) = 211+206+15=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CE0F is #2C31F0. Grayscale: #BABABA. Windows color (decimal): -2896369 or 1035987. OLE color: 1035987.
HSL color Cylindrical-coordinate representation of color #D3CE0F: hue angle of 58.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3CE0F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 15 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.17 |
| HSL | 58.47º | 0.87% | 0.44% | - |
| HSV(B) | 58.47º | 0.93% | 0.83% | - |
| XYZ | 49.02 | 58.03 | 9.07 | - |
| YUV | 185.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 15 | 0 | 0.02 | 0.93 | 0.17 | 58.47 | 0.87 | 0.44 |
| Hex | D3 | CE | F | 0 | 2 | 5D | 11 | 3A | 57 | 2C |
| Octal | 323 | 316 | 17 | 0 | 2 | 135 | 21 | 72 | 127 | 54 |
| Binary | 11010011 | 11001110 | 1111 | 0 | 10 | 1011101 | 10001 | 111010 | 1010111 | 101100 |
Color Harmonies of #D3CE0F
Complementary color
Monochromatic Colors of #D3CE0F
Black with #D3CE0F
Text Example
Text Example
White with #D3CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CE0F; }
p { color: rgb(211,206,15); }
H1.HeaderClassName
{
color: #D3CE0F;
}
.AnyTagClassName
{
color: #D3CE0F;
}
</style>
background-color css
<style>
a { background-color: #D3CE0F; }
a { background-color: rgb(211,206,15); }
div.DivClassName
{
background-color: #D3CE0F;
}
.BgClassName
{
background-color: #D3CE0F;
}
</style>
border-color css
<style>
span { border-color: #D3CE0F; }
span { border-color: rgb(211,206,15); }
td.TdClassName
{
border-color: #D3CE0F;
}
.TagClassName
{
border-color: #D3CE0F;
}
</style>