Html Css Color HEX #DBEB5D Mindaro

📋 copy color: '#DBEB5D'

red 219 ◦ green 235 ◦ blue 93

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

Shades of Mindaro #DBEB5D

Tints of Mindaro #DBEB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17%

R = 40.04%
G = 42.96%
B = 17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#DBEB5D (or 0xDBEB5D) is known color: Mindaro. HEX triplet: DB, EB and 5D. RGB value is (219,235,93). Sum of RGB (Red+Green+Blue) = 219+235+93=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB5D is #2414A2. Grayscale: #D6D6D6. Windows color (decimal): -2364579 or 6155227. OLE color: 6155227.

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

Color convert

RGB 219 235 93 -
CMYK 0.07 0 0.60 0.08
HSL 66.76º 0.78% 0.64% -
HSV(B) 66.76º 0.6% 0.92% -
XYZ 60.9 75.27 21.67 -
YUV 214.03 59.7 131.55 -
System Red Green Blue C M Y K H S L
Decimal 219 235 93 0.07 0 0.60 0.08 66.76 0.78 0.64
Hex DB EB 5D 7 0 3C 8 43 4E 40
Octal 333 353 135 7 0 74 10 103 116 100
Binary 11011011 11101011 1011101 111 0 111100 1000 1000011 1001110 1000000

Color Harmonies of #DBEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB5D

Black with #DBEB5D

Text Example


Text Example

White with #DBEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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