Html Css Color HEX #DBDA9B Mint Julep

📋 copy color: '#DBDA9B'

red 219 ◦ green 218 ◦ blue 155

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

Shades of Mint Julep #DBDA9B

Tints of Mint Julep #DBDA9B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.82%

 BLUE value IS 155 (60.94% from 255) = 26.18%

R = 36.99%
G = 36.82%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBDA9B (or 0xDBDA9B) is known color: Mint Julep. HEX triplet: DB, DA and 9B. RGB value is (219,218,155). Sum of RGB (Red+Green+Blue) = 219+218+155=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA9B is #242564. Grayscale: #D3D3D3. Windows color (decimal): -2368869 or 10214107. OLE color: 10214107.

HSL color Cylindrical-coordinate representation of color #DBDA9B: hue angle of 59.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBDA9B is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 155 -
CMYK 0 0.00 0.29 0.14
HSL 59.06º 0.47% 0.73% -
HSV(B) 59.06º 0.29% 0.86% -
XYZ 60.2 67.57 40.88 -
YUV 211.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 219 218 155 0 0.00 0.29 0.14 59.06 0.47 0.73
Hex DB DA 9B 0 0 1D E 3B 2F 49
Octal 333 332 233 0 0 35 16 73 57 111
Binary 11011011 11011010 10011011 0 0 11101 1110 111011 101111 1001001

Color Harmonies of #DBDA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA9B

Black with #DBDA9B

Text Example


Text Example

White with #DBDA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA9B; }

 p { color: rgb(219,218,155); }

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

background-color css

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

 a { background-color: rgb(219,218,155); }

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

border-color css

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

 span { border-color: rgb(219,218,155); }

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