Shades of Bird Flower #D3CA0E
Tints of Bird Flower #D3CA0E
RGB
CMYK
RGB Variations
Color information
#D3CA0E (or 0xD3CA0E) is known color: Bird Flower. HEX triplet: D3, CA and 0E. RGB value is (211,202,14). Sum of RGB (Red+Green+Blue) = 211+202+14=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CA0E is #2C35F1. Grayscale: #B8B8B8. Windows color (decimal): -2897394 or 969427. OLE color: 969427.
HSL color Cylindrical-coordinate representation of color #D3CA0E: hue angle of 57.26º degrees, saturation: 0.88, 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 #D3CA0E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.17 |
| HSL | 57.26º | 0.88% | 0.44% | - |
| HSV(B) | 57.26º | 0.93% | 0.83% | - |
| XYZ | 48.06 | 56.12 | 8.71 | - |
| YUV | 183.26 | 32.48 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 14 | 0 | 0.04 | 0.93 | 0.17 | 57.26 | 0.88 | 0.44 |
| Hex | D3 | CA | E | 0 | 4 | 5D | 11 | 39 | 58 | 2C |
| Octal | 323 | 312 | 16 | 0 | 4 | 135 | 21 | 71 | 130 | 54 |
| Binary | 11010011 | 11001010 | 1110 | 0 | 100 | 1011101 | 10001 | 111001 | 1011000 | 101100 |
Color Harmonies of #D3CA0E
Complementary color
Monochromatic Colors of #D3CA0E
Black with #D3CA0E
Text Example
Text Example
White with #D3CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA0E; }
p { color: rgb(211,202,14); }
H1.HeaderClassName
{
color: #D3CA0E;
}
.AnyTagClassName
{
color: #D3CA0E;
}
</style>
background-color css
<style>
a { background-color: #D3CA0E; }
a { background-color: rgb(211,202,14); }
div.DivClassName
{
background-color: #D3CA0E;
}
.BgClassName
{
background-color: #D3CA0E;
}
</style>
border-color css
<style>
span { border-color: #D3CA0E; }
span { border-color: rgb(211,202,14); }
td.TdClassName
{
border-color: #D3CA0E;
}
.TagClassName
{
border-color: #D3CA0E;
}
</style>