Html Css Color HEX #DCEB86 Mindaro

📋 copy color: '#DCEB86'

red 220 ◦ green 235 ◦ blue 134

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

Shades of Mindaro #DCEB86

Tints of Mindaro #DCEB86

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.9%

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

R = 37.35%
G = 39.9%
B = 22.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#DCEB86 (or 0xDCEB86) is known color: Mindaro. HEX triplet: DC, EB and 86. RGB value is (220,235,134). Sum of RGB (Red+Green+Blue) = 220+235+134=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB86 is #231479. Grayscale: #DBDBDB. Windows color (decimal): -2299002 or 8842204. OLE color: 8842204.

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

Color convert

RGB 220 235 134 -
CMYK 0.06 0 0.43 0.08
HSL 68.91º 0.72% 0.72% -
HSV(B) 68.91º 0.43% 0.92% -
XYZ 63.53 76.35 33.94 -
YUV 219 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 220 235 134 0.06 0 0.43 0.08 68.91 0.72 0.72
Hex DC EB 86 6 0 2B 8 45 48 48
Octal 334 353 206 6 0 53 10 105 110 110
Binary 11011100 11101011 10000110 110 0 101011 1000 1000101 1001000 1001000

Color Harmonies of #DCEB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB86

Black with #DCEB86

Text Example


Text Example

White with #DCEB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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