Html Css Color HEX #DBD6A3 Mint Julep

📋 copy color: '#DBD6A3'

red 219 ◦ green 214 ◦ blue 163

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

Shades of Mint Julep #DBD6A3

Tints of Mint Julep #DBD6A3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

 BLUE value IS 163 (64.06% from 255) = 27.35%

R = 36.74%
G = 35.91%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBD6A3 (or 0xDBD6A3) is known color: Mint Julep. HEX triplet: DB, D6 and A3. RGB value is (219,214,163). Sum of RGB (Red+Green+Blue) = 219+214+163=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD6A3 is #24295C. Grayscale: #D1D1D1. Windows color (decimal): -2369885 or 10737371. OLE color: 10737371.

HSL color Cylindrical-coordinate representation of color #DBD6A3: hue angle of 54.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBD6A3 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 214 163 -
CMYK 0 0.02 0.26 0.14
HSL 54.64º 0.44% 0.75% -
HSV(B) 54.64º 0.26% 0.86% -
XYZ 59.87 65.8 44.2 -
YUV 209.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 219 214 163 0 0.02 0.26 0.14 54.64 0.44 0.75
Hex DB D6 A3 0 2 1A E 37 2C 4B
Octal 333 326 243 0 2 32 16 67 54 113
Binary 11011011 11010110 10100011 0 10 11010 1110 110111 101100 1001011

Color Harmonies of #DBD6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6A3

Black with #DBD6A3

Text Example


Text Example

White with #DBD6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6A3; }

 p { color: rgb(219,214,163); }

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

background-color css

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

 a { background-color: rgb(219,214,163); }

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

border-color css

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

 span { border-color: rgb(219,214,163); }

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