Html Css Color HEX #DCE986 Mindaro

📋 copy color: '#DCE986'

red 220 ◦ green 233 ◦ blue 134

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

Shades of Mindaro #DCE986

Tints of Mindaro #DCE986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.83%

R = 37.48%
G = 39.69%
B = 22.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DCE986 (or 0xDCE986) is known color: Mindaro. HEX triplet: DC, E9 and 86. RGB value is (220,233,134). Sum of RGB (Red+Green+Blue) = 220+233+134=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE986 is #231679. Grayscale: #DADADA. Windows color (decimal): -2299514 or 8841692. OLE color: 8841692.

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

Color convert

RGB 220 233 134 -
CMYK 0.06 0 0.42 0.09
HSL 67.88º 0.69% 0.72% -
HSV(B) 67.88º 0.42% 0.91% -
XYZ 62.96 75.21 33.75 -
YUV 217.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 220 233 134 0.06 0 0.42 0.09 67.88 0.69 0.72
Hex DC E9 86 6 0 2A 9 44 45 48
Octal 334 351 206 6 0 52 11 104 105 110
Binary 11011100 11101001 10000110 110 0 101010 1001 1000100 1000101 1001000

Color Harmonies of #DCE986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE986

Black with #DCE986

Text Example


Text Example

White with #DCE986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE986; }

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

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

background-color css

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

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

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

border-color css

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

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

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