#DCEB84

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

Shades of Mindaro #DCEB84

Tints of Mindaro #DCEB84

Color information

#DCEB84 (or 0xDCEB84) is unknown color: approx Mindaro. HEX triplet: DC, EB and 84. RGB value is (220,235,132). Sum of RGB (Red+Green+Blue) = 220+235+132=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB84 is #23147B. Grayscale: #DBDBDB. Windows color (decimal): -2299004 or 8711132. OLE color: 8711132.

HSL color Cylindrical-coordinate representation of color #DCEB84: hue angle of 68.74º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCEB84 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB220235132-
CMYK0.0600.440.08
HSL68.74º72.03%71.96%-
HSV(B)68.74º43.83%92.16%-
XYZ63.3976.333.22-
YUV218.7779.03128.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=37.48%
G=40.03%
B=22.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351320.0600.440.0868.7472.0371.96
HexDCEB84602C8454848
Octal334353204605410105110110
Binary11011100111010111000010011001011001000100010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB84; }

 p { color: rgb(220,235,132); }

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

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

 a { background-color: rgb(220,235,132); }

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

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

 span { border-color: rgb(220,235,132); }

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