#DCEB81

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

Shades of Mindaro #DCEB81

Tints of Mindaro #DCEB81

Color information

#DCEB81 (or 0xDCEB81) is unknown color: approx Mindaro. HEX triplet: DC, EB and 81. RGB value is (220,235,129). Sum of RGB (Red+Green+Blue) = 220+235+129=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB81 is #23147E. Grayscale: #DADADA. Windows color (decimal): -2299007 or 8514524. OLE color: 8514524.

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

Color convert

RGB220235129-
CMYK0.0600.450.08
HSL68.49º72.6%71.37%-
HSV(B)68.49º45.11%92.16%-
XYZ63.1976.2232.15-
YUV218.4377.53129.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 235 (92.19% from 255) = 40.24%
BLUE value IS 129 (50.78% from 255) = 22.09%
R=37.67%
G=40.24%
B=22.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351290.0600.450.0868.4972.671.37
HexDCEB81602D8444947
Octal334353201605510104111107
Binary11011100111010111000000111001011011000100010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB81; }

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

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

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

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

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

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

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

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