Html Css Color HEX #DCE96F Mindaro

📋 copy color: '#DCE96F'

red 220 ◦ green 233 ◦ blue 111

#DCE96F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DCE96F

Tints of Mindaro #DCE96F

RGB

 RED value IS 220 (86.33% from 255) = 39.01%

 GREEN value IS 233 (91.41% from 255) = 41.31%

 BLUE value IS 111 (43.75% from 255) = 19.68%

R = 39.01%
G = 41.31%
B = 19.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DCE96F (or 0xDCE96F) is known color: Mindaro. HEX triplet: DC, E9 and 6F. RGB value is (220,233,111). Sum of RGB (Red+Green+Blue) = 220+233+111=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE96F is #231690. Grayscale: #D7D7D7. Windows color (decimal): -2299537 or 7334364. OLE color: 7334364.

HSL color Cylindrical-coordinate representation of color #DCE96F: hue angle of 66.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCE96F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 111 -
CMYK 0.06 0 0.52 0.09
HSL 66.39º 0.73% 0.67% -
HSV(B) 66.39º 0.52% 0.91% -
XYZ 61.52 74.64 26.2 -
YUV 215.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 220 233 111 0.06 0 0.52 0.09 66.39 0.73 0.67
Hex DC E9 6F 6 0 34 9 42 49 43
Octal 334 351 157 6 0 64 11 102 111 103
Binary 11011100 11101001 1101111 110 0 110100 1001 1000010 1001001 1000011

Color Harmonies of #DCE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE96F

Black with #DCE96F

Text Example


Text Example

White with #DCE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE96F; }

 p { color: rgb(220,233,111); }

 H1.HeaderClassName
 {
   color: #DCE96F;
 }
 .AnyTagClassName
 {
   color: #DCE96F;
 }
</style>

background-color css

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

 a { background-color: rgb(220,233,111); }

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

border-color css

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

 span { border-color: rgb(220,233,111); }

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