Shades of Manz #D0DB5A
Tints of Manz #D0DB5A
RGB
CMYK
RGB Variations
Color information
#D0DB5A (or 0xD0DB5A) is known color: Manz. HEX triplet: D0, DB and 5A. RGB value is (208,219,90). Sum of RGB (Red+Green+Blue) = 208+219+90=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB5A is #2F24A5. Grayscale: #C9C9C9. Windows color (decimal): -3089574 or 5954512. OLE color: 5954512.
HSL color Cylindrical-coordinate representation of color #D0DB5A: hue angle of 65.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0DB5A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 90 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.14 |
| HSL | 65.12º | 0.64% | 0.61% | - |
| HSV(B) | 65.12º | 0.59% | 0.86% | - |
| XYZ | 53.19 | 64.81 | 19.38 | - |
| YUV | 201.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 90 | 0.05 | 0 | 0.59 | 0.14 | 65.12 | 0.64 | 0.61 |
| Hex | D0 | DB | 5A | 5 | 0 | 3B | E | 41 | 40 | 3D |
| Octal | 320 | 333 | 132 | 5 | 0 | 73 | 16 | 101 | 100 | 75 |
| Binary | 11010000 | 11011011 | 1011010 | 101 | 0 | 111011 | 1110 | 1000001 | 1000000 | 111101 |
Color Harmonies of #D0DB5A
Complementary color
Monochromatic Colors of #D0DB5A
Black with #D0DB5A
Text Example
Text Example
White with #D0DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB5A; }
p { color: rgb(208,219,90); }
H1.HeaderClassName
{
color: #D0DB5A;
}
.AnyTagClassName
{
color: #D0DB5A;
}
</style>
background-color css
<style>
a { background-color: #D0DB5A; }
a { background-color: rgb(208,219,90); }
div.DivClassName
{
background-color: #D0DB5A;
}
.BgClassName
{
background-color: #D0DB5A;
}
</style>
border-color css
<style>
span { border-color: #D0DB5A; }
span { border-color: rgb(208,219,90); }
td.TdClassName
{
border-color: #D0DB5A;
}
.TagClassName
{
border-color: #D0DB5A;
}
</style>