Shades of Manz #D3DF4A
Tints of Manz #D3DF4A
RGB
CMYK
RGB Variations
Color information
#D3DF4A (or 0xD3DF4A) is known color: Manz. HEX triplet: D3, DF and 4A. RGB value is (211,223,74). Sum of RGB (Red+Green+Blue) = 211+223+74=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF4A is #2C20B5. Grayscale: #CBCBCB. Windows color (decimal): -2891958 or 4906963. OLE color: 4906963.
HSL color Cylindrical-coordinate representation of color #D3DF4A: hue angle of 64.83º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3DF4A is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 74 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.13 |
| HSL | 64.83º | 0.7% | 0.58% | - |
| HSV(B) | 64.83º | 0.67% | 0.87% | - |
| XYZ | 54.49 | 67.12 | 16.56 | - |
| YUV | 202.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 74 | 0.05 | 0 | 0.67 | 0.13 | 64.83 | 0.7 | 0.58 |
| Hex | D3 | DF | 4A | 5 | 0 | 43 | D | 41 | 46 | 3A |
| Octal | 323 | 337 | 112 | 5 | 0 | 103 | 15 | 101 | 106 | 72 |
| Binary | 11010011 | 11011111 | 1001010 | 101 | 0 | 1000011 | 1101 | 1000001 | 1000110 | 111010 |
Color Harmonies of #D3DF4A
Complementary color
Monochromatic Colors of #D3DF4A
Black with #D3DF4A
Text Example
Text Example
White with #D3DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF4A; }
p { color: rgb(211,223,74); }
H1.HeaderClassName
{
color: #D3DF4A;
}
.AnyTagClassName
{
color: #D3DF4A;
}
</style>
background-color css
<style>
a { background-color: #D3DF4A; }
a { background-color: rgb(211,223,74); }
div.DivClassName
{
background-color: #D3DF4A;
}
.BgClassName
{
background-color: #D3DF4A;
}
</style>
border-color css
<style>
span { border-color: #D3DF4A; }
span { border-color: rgb(211,223,74); }
td.TdClassName
{
border-color: #D3DF4A;
}
.TagClassName
{
border-color: #D3DF4A;
}
</style>