#DDE976

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

Shades of Mindaro #DDE976

Tints of Mindaro #DDE976

Color information

#DDE976 (or 0xDDE976) is unknown color: approx Mindaro. HEX triplet: DD, E9 and 76. RGB value is (221,233,118). Sum of RGB (Red+Green+Blue) = 221+233+118=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE976 is #221689. Grayscale: #D8D8D8. Windows color (decimal): -2233994 or 7793117. OLE color: 7793117.

HSL color Cylindrical-coordinate representation of color #DDE976: hue angle of 66.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDE976 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB221233118-
CMYK0.0500.490.09
HSL66.26º72.33%68.82%-
HSV(B)66.26º49.36%91.37%-
XYZ62.2374.9628.33-
YUV216.372.52131.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 118 (46.48% from 255) = 20.63%
R=38.64%
G=40.73%
B=20.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331180.0500.490.0966.2672.3368.82
HexDDE97650319424845
Octal335351166506111102110105
Binary1101110111101001111011010101100011001100001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE976; }

 p { color: rgb(221,233,118); }

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

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

 a { background-color: rgb(221,233,118); }

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

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

 span { border-color: rgb(221,233,118); }

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