Html Css Color HEX #DBD7A8 Mint Julep

📋 copy color: '#DBD7A8'

red 219 ◦ green 215 ◦ blue 168

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

Shades of Mint Julep #DBD7A8

Tints of Mint Julep #DBD7A8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.71%

 BLUE value IS 168 (66.02% from 255) = 27.91%

R = 36.38%
G = 35.71%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBD7A8 (or 0xDBD7A8) is known color: Mint Julep. HEX triplet: DB, D7 and A8. RGB value is (219,215,168). Sum of RGB (Red+Green+Blue) = 219+215+168=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7A8 is #242857. Grayscale: #D3D3D3. Windows color (decimal): -2369624 or 11065307. OLE color: 11065307.

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

Color convert

RGB 219 215 168 -
CMYK 0 0.02 0.23 0.14
HSL 55.29º 0.41% 0.76% -
HSV(B) 55.29º 0.23% 0.86% -
XYZ 60.58 66.49 46.69 -
YUV 210.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 219 215 168 0 0.02 0.23 0.14 55.29 0.41 0.76
Hex DB D7 A8 0 2 17 E 37 29 4C
Octal 333 327 250 0 2 27 16 67 51 114
Binary 11011011 11010111 10101000 0 10 10111 1110 110111 101001 1001100

Color Harmonies of #DBD7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7A8

Black with #DBD7A8

Text Example


Text Example

White with #DBD7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7A8; }

 p { color: rgb(219,215,168); }

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

background-color css

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

 a { background-color: rgb(219,215,168); }

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

border-color css

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

 span { border-color: rgb(219,215,168); }

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