#DDED72

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

Shades of Mindaro #DDED72

Tints of Mindaro #DDED72

Color information

#DDED72 (or 0xDDED72) is unknown color: approx Mindaro. HEX triplet: DD, ED and 72. RGB value is (221,237,114). Sum of RGB (Red+Green+Blue) = 221+237+114=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED72 is #22128D. Grayscale: #DADADA. Windows color (decimal): -2232974 or 7531997. OLE color: 7531997.

HSL color Cylindrical-coordinate representation of color #DDED72: hue angle of 67.8º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDED72 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB221237114-
CMYK0.0700.520.07
HSL67.8º77.36%68.82%-
HSV(B)67.8º51.9%92.94%-
XYZ63.1477.1627.48-
YUV218.1969.2130-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 114 (44.92% from 255) = 19.93%
R=38.64%
G=41.43%
B=19.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371140.0700.520.0767.877.3668.82
HexDDED7270347444d45
Octal33535516270647104115105
Binary110111011110110111100101110110100111100010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED72; }

 p { color: rgb(221,237,114); }

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

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

 a { background-color: rgb(221,237,114); }

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

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

 span { border-color: rgb(221,237,114); }

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