Html Css Color HEX #DBED86 Mindaro

📋 copy color: '#DBED86'

red 219 ◦ green 237 ◦ blue 134

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

Shades of Mindaro #DBED86

Tints of Mindaro #DBED86

RGB

 RED value IS 219 (85.94% from 255) = 37.12%

 GREEN value IS 237 (92.97% from 255) = 40.17%

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

R = 37.12%
G = 40.17%
B = 22.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#DBED86 (or 0xDBED86) is known color: Mindaro. HEX triplet: DB, ED and 86. RGB value is (219,237,134). Sum of RGB (Red+Green+Blue) = 219+237+134=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED86 is #241279. Grayscale: #DCDCDC. Windows color (decimal): -2364026 or 8842715. OLE color: 8842715.

HSL color Cylindrical-coordinate representation of color #DBED86: hue angle of 70.49º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBED86 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 134 -
CMYK 0.08 0 0.43 0.07
HSL 70.49º 0.74% 0.73% -
HSV(B) 70.49º 0.43% 0.93% -
XYZ 63.8 77.35 34.12 -
YUV 219.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 219 237 134 0.08 0 0.43 0.07 70.49 0.74 0.73
Hex DB ED 86 8 0 2B 7 46 4A 49
Octal 333 355 206 10 0 53 7 106 112 111
Binary 11011011 11101101 10000110 1000 0 101011 111 1000110 1001010 1001001

Color Harmonies of #DBED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED86

Black with #DBED86

Text Example


Text Example

White with #DBED86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED86; }

 p { color: rgb(219,237,134); }

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

background-color css

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

 a { background-color: rgb(219,237,134); }

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

border-color css

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

 span { border-color: rgb(219,237,134); }

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