Shades of Bird Flower #D3CA00
Tints of Bird Flower #D3CA00
RGB
CMYK
RGB Variations
Color information
#D3CA00 (or 0xD3CA00) is known color: Bird Flower. HEX triplet: D3, CA and 00. RGB value is (211,202,0). Sum of RGB (Red+Green+Blue) = 211+202+0=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CA00 is #2C35FF. Grayscale: #B6B6B6. Windows color (decimal): -2897408 or 51923. OLE color: 51923.
HSL color Cylindrical-coordinate representation of color #D3CA00: hue angle of 57.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3CA00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.17 |
| HSL | 57.44º | 1% | 0.41% | - |
| HSV(B) | 57.44º | 1% | 0.83% | - |
| XYZ | 47.98 | 56.09 | 8.3 | - |
| YUV | 181.66 | 25.48 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 0 | 0 | 0.04 | 1 | 0.17 | 57.44 | 1 | 0.41 |
| Hex | D3 | CA | 0 | 0 | 4 | 64 | 11 | 39 | 64 | 29 |
| Octal | 323 | 312 | 0 | 0 | 4 | 144 | 21 | 71 | 144 | 51 |
| Binary | 11010011 | 11001010 | 0 | 0 | 100 | 1100100 | 10001 | 111001 | 1100100 | 101001 |
Color Harmonies of #D3CA00
Complementary color
Monochromatic Colors of #D3CA00
Black with #D3CA00
Text Example
Text Example
White with #D3CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA00; }
p { color: rgb(211,202,0); }
H1.HeaderClassName
{
color: #D3CA00;
}
.AnyTagClassName
{
color: #D3CA00;
}
</style>
background-color css
<style>
a { background-color: #D3CA00; }
a { background-color: rgb(211,202,0); }
div.DivClassName
{
background-color: #D3CA00;
}
.BgClassName
{
background-color: #D3CA00;
}
</style>
border-color css
<style>
span { border-color: #D3CA00; }
span { border-color: rgb(211,202,0); }
td.TdClassName
{
border-color: #D3CA00;
}
.TagClassName
{
border-color: #D3CA00;
}
</style>