#DCE982

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

Shades of Mindaro #DCE982

Tints of Mindaro #DCE982

Color information

#DCE982 (or 0xDCE982) is unknown color: approx Mindaro. HEX triplet: DC, E9 and 82. RGB value is (220,233,130). Sum of RGB (Red+Green+Blue) = 220+233+130=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE982 is #23167D. Grayscale: #D9D9D9. Windows color (decimal): -2299518 or 8579548. OLE color: 8579548.

HSL color Cylindrical-coordinate representation of color #DCE982: hue angle of 67.57º 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 #DCE982 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB220233130-
CMYK0.0600.440.09
HSL67.57º70.07%71.18%-
HSV(B)67.57º44.21%91.37%-
XYZ62.6875.1132.31-
YUV217.3778.69129.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 130 (51.17% from 255) = 22.30%
R=37.74%
G=39.97%
B=22.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331300.0600.440.0967.5770.0771.18
HexDCE982602C9444647
Octal334351202605411104106107
Binary11011100111010011000001011001011001001100010010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE982; }

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

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

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

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

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

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

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

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