#DDED7E

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

Shades of Mindaro #DDED7E

Tints of Mindaro #DDED7E

Color information

#DDED7E (or 0xDDED7E) is unknown color: approx Mindaro. HEX triplet: DD, ED and 7E. RGB value is (221,237,126). Sum of RGB (Red+Green+Blue) = 221+237+126=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED7E is #221281. Grayscale: #DBDBDB. Windows color (decimal): -2232962 or 8318429. OLE color: 8318429.

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

Color convert

RGB221237126-
CMYK0.0700.470.07
HSL68.65º75.51%71.18%-
HSV(B)68.65º46.84%92.94%-
XYZ63.8777.4531.32-
YUV219.5675.2129.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 237 (92.97% from 255) = 40.58%
BLUE value IS 126 (49.61% from 255) = 21.58%
R=37.84%
G=40.58%
B=21.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371260.0700.470.0768.6575.5171.18
HexDDED7E702F7454c47
Octal33535517670577105114107
Binary110111011110110111111101110101111111100010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED7E; }

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

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

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

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

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

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

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

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