Html Css Color HEX #DBEB86 Mindaro

📋 copy color: '#DBEB86'

red 219 ◦ green 235 ◦ blue 134

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

Shades of Mindaro #DBEB86

Tints of Mindaro #DBEB86

RGB

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

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

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

R = 37.24%
G = 39.97%
B = 22.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#DBEB86 (or 0xDBEB86) is known color: Mindaro. HEX triplet: DB, EB and 86. RGB value is (219,235,134). Sum of RGB (Red+Green+Blue) = 219+235+134=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB86 is #241479. Grayscale: #DBDBDB. Windows color (decimal): -2364538 or 8842203. OLE color: 8842203.

HSL color Cylindrical-coordinate representation of color #DBEB86: hue angle of 69.5º 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 #DBEB86 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 134 -
CMYK 0.07 0 0.43 0.08
HSL 69.5º 0.72% 0.72% -
HSV(B) 69.5º 0.43% 0.92% -
XYZ 63.22 76.2 33.93 -
YUV 218.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 219 235 134 0.07 0 0.43 0.08 69.5 0.72 0.72
Hex DB EB 86 7 0 2B 8 46 48 48
Octal 333 353 206 7 0 53 10 106 110 110
Binary 11011011 11101011 10000110 111 0 101011 1000 1000110 1001000 1001000

Color Harmonies of #DBEB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB86

Black with #DBEB86

Text Example


Text Example

White with #DBEB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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