#D0DD4D

Color #D0DD4D Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #D0DD4D

Tints of Manz #D0DD4D

Color information

#D0DD4D (or 0xD0DD4D) is unknown color: approx Manz. HEX triplet: D0, DD and 4D. RGB value is (208,221,77). Sum of RGB (Red+Green+Blue) = 208+221+77=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD4D is #2F22B2. Grayscale: #C9C9C9. Windows color (decimal): -3089075 or 5103056. OLE color: 5103056.

HSL color Cylindrical-coordinate representation of color #D0DD4D: hue angle of 65.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0DD4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB20822177-
CMYK0.0600.650.13
HSL65.42º67.92%58.43%-
HSV(B)65.42º65.16%86.67%-
XYZ53.2165.6616.89-
YUV200.758.19133.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 77 (30.47% from 255) = 15.22%
R=41.11%
G=43.68%
B=15.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208221770.0600.650.1365.4267.9258.43
HexD0DD4D6041D41443a
Octal320335115601011510110472
Binary1101000011011101100110111001000001110110000011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD4D; }

 p { color: rgb(208,221,77); }

 H1.HeaderClassName
 {
   color: #D0DD4D;
 }
 .AnyTagClassName
 {
   color: #D0DD4D;
 }
</style>
background-color css

<style>
 a { background-color: #D0DD4D; }

 a { background-color: rgb(208,221,77); }

 div.DivClassName
 {
   background-color: #D0DD4D;
 }
 .BgClassName
 {
   background-color: #D0DD4D;
 }
</style>
border-color css

<style>
 span { border-color: #D0DD4D; }

 span { border-color: rgb(208,221,77); }

 td.TdClassName
 {
   border-color: #D0DD4D;
 }
 .TagClassName
 {
   border-color: #D0DD4D;
 }
</style>