Html Css Color HEX #DBD8A8 Mint Julep

📋 copy color: '#DBD8A8'

red 219 ◦ green 216 ◦ blue 168

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

Shades of Mint Julep #DBD8A8

Tints of Mint Julep #DBD8A8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.82%

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

R = 36.32%
G = 35.82%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBD8A8 (or 0xDBD8A8) is known color: Mint Julep. HEX triplet: DB, D8 and A8. RGB value is (219,216,168). Sum of RGB (Red+Green+Blue) = 219+216+168=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD8A8 is #242757. Grayscale: #D3D3D3. Windows color (decimal): -2369368 or 11065563. OLE color: 11065563.

HSL color Cylindrical-coordinate representation of color #DBD8A8: hue angle of 56.47º 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 #DBD8A8 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 216 168 -
CMYK 0 0.01 0.23 0.14
HSL 56.47º 0.41% 0.76% -
HSV(B) 56.47º 0.23% 0.86% -
XYZ 60.84 67 46.77 -
YUV 211.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 219 216 168 0 0.01 0.23 0.14 56.47 0.41 0.76
Hex DB D8 A8 0 1 17 E 38 29 4C
Octal 333 330 250 0 1 27 16 70 51 114
Binary 11011011 11011000 10101000 0 1 10111 1110 111000 101001 1001100

Color Harmonies of #DBD8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD8A8

Black with #DBD8A8

Text Example


Text Example

White with #DBD8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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