#DCEB78

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

Shades of Mindaro #DCEB78

Tints of Mindaro #DCEB78

Color information

#DCEB78 (or 0xDCEB78) is unknown color: approx Mindaro. HEX triplet: DC, EB and 78. RGB value is (220,235,120). Sum of RGB (Red+Green+Blue) = 220+235+120=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB78 is #231487. Grayscale: #D9D9D9. Windows color (decimal): -2299016 or 7924700. OLE color: 7924700.

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

Color convert

RGB220235120-
CMYK0.0600.490.08
HSL67.83º74.19%69.61%-
HSV(B)67.83º48.94%92.16%-
XYZ62.6175.9929.14-
YUV217.473.03129.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 120 (47.27% from 255) = 20.87%
R=38.26%
G=40.87%
B=20.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351200.0600.490.0867.8374.1969.61
HexDCEB7860318444a46
Octal334353170606110104112106
Binary1101110011101011111100011001100011000100010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB78; }

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

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

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

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

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

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

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

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