#DCEA83

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

Shades of Mindaro #DCEA83

Tints of Mindaro #DCEA83

Color information

#DCEA83 (or 0xDCEA83) is unknown color: approx Mindaro. HEX triplet: DC, EA and 83. RGB value is (220,234,131). Sum of RGB (Red+Green+Blue) = 220+234+131=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA83 is #23157C. Grayscale: #DADADA. Windows color (decimal): -2299261 or 8645340. OLE color: 8645340.

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

Color convert

RGB220234131-
CMYK0.0600.440.08
HSL68.16º71.03%71.57%-
HSV(B)68.16º44.02%91.76%-
XYZ63.0375.732.76-
YUV218.0778.86129.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 22.39%
R=37.61%
G=40%
B=22.39%

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
Decimal2202341310.0600.440.0868.1671.0371.57
HexDCEA83602C8444748
Octal334352203605410104107110
Binary11011100111010101000001111001011001000100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA83; }

 p { color: rgb(220,234,131); }

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

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

 a { background-color: rgb(220,234,131); }

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

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

 span { border-color: rgb(220,234,131); }

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