Html Css Color HEX #DBDA9C Mint Julep

📋 copy color: '#DBDA9C'

red 219 ◦ green 218 ◦ blue 156

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

Shades of Mint Julep #DBDA9C

Tints of Mint Julep #DBDA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.31%

R = 36.93%
G = 36.76%
B = 26.31%

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

#DBDA9C (or 0xDBDA9C) is known color: Mint Julep. HEX triplet: DB, DA and 9C. RGB value is (219,218,156). Sum of RGB (Red+Green+Blue) = 219+218+156=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA9C is #242563. Grayscale: #D3D3D3. Windows color (decimal): -2368868 or 10279643. OLE color: 10279643.

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

Color convert

RGB 219 218 156 -
CMYK 0 0.00 0.29 0.14
HSL 59.05º 0.47% 0.74% -
HSV(B) 59.05º 0.29% 0.86% -
XYZ 60.29 67.6 41.32 -
YUV 211.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 219 218 156 0 0.00 0.29 0.14 59.05 0.47 0.74
Hex DB DA 9C 0 0 1D E 3B 2F 4A
Octal 333 332 234 0 0 35 16 73 57 112
Binary 11011011 11011010 10011100 0 0 11101 1110 111011 101111 1001010

Color Harmonies of #DBDA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA9C

Black with #DBDA9C

Text Example


Text Example

White with #DBDA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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