Html Css Color HEX #DBEB84 Mindaro

📋 copy color: '#DBEB84'

red 219 ◦ green 235 ◦ blue 132

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

Shades of Mindaro #DBEB84

Tints of Mindaro #DBEB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 37.37%
G = 40.1%
B = 22.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#DBEB84 (or 0xDBEB84) is known color: Mindaro. HEX triplet: DB, EB and 84. RGB value is (219,235,132). Sum of RGB (Red+Green+Blue) = 219+235+132=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB84 is #24147B. Grayscale: #DADADA. Windows color (decimal): -2364540 or 8711131. OLE color: 8711131.

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

Color convert

RGB 219 235 132 -
CMYK 0.07 0 0.44 0.08
HSL 69.32º 0.72% 0.72% -
HSV(B) 69.32º 0.44% 0.92% -
XYZ 63.09 76.14 33.2 -
YUV 218.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 219 235 132 0.07 0 0.44 0.08 69.32 0.72 0.72
Hex DB EB 84 7 0 2C 8 45 48 48
Octal 333 353 204 7 0 54 10 105 110 110
Binary 11011011 11101011 10000100 111 0 101100 1000 1000101 1001000 1001000

Color Harmonies of #DBEB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB84

Black with #DBEB84

Text Example


Text Example

White with #DBEB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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