#DDE982

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

Shades of Mindaro #DDE982

Tints of Mindaro #DDE982

Color information

#DDE982 (or 0xDDE982) is unknown color: approx Mindaro. HEX triplet: DD, E9 and 82. RGB value is (221,233,130). Sum of RGB (Red+Green+Blue) = 221+233+130=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE982 is #22167D. Grayscale: #DADADA. Windows color (decimal): -2233982 or 8579549. OLE color: 8579549.

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

Color convert

RGB221233130-
CMYK0.0500.440.09
HSL66.99º70.07%71.18%-
HSV(B)66.99º44.21%91.37%-
XYZ62.9975.2632.33-
YUV217.6778.52130.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 130 (51.17% from 255) = 22.26%
R=37.84%
G=39.90%
B=22.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331300.0500.440.0966.9970.0771.18
HexDDE982502C9434647
Octal335351202505411103106107
Binary11011101111010011000001010101011001001100001110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE982; }

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

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

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

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

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

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

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

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