#DCEB72

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

Shades of Mindaro #DCEB72

Tints of Mindaro #DCEB72

Color information

#DCEB72 (or 0xDCEB72) is unknown color: approx Mindaro. HEX triplet: DC, EB and 72. RGB value is (220,235,114). Sum of RGB (Red+Green+Blue) = 220+235+114=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB72 is #23148D. Grayscale: #D9D9D9. Windows color (decimal): -2299022 or 7531484. OLE color: 7531484.

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

Color convert

RGB220235114-
CMYK0.0600.510.08
HSL67.44º75.16%68.43%-
HSV(B)67.44º51.49%92.16%-
XYZ62.2675.8527.28-
YUV216.7270.03130.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=38.66%
G=41.30%
B=20.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351140.0600.510.0867.4475.1668.43
HexDCEB7260338434b44
Octal334353162606310103113104
Binary1101110011101011111001011001100111000100001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB72; }

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

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

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

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

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

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

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

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