Html Css Color HEX #DBD7B1 Mint Julep

📋 copy color: '#DBD7B1'

red 219 ◦ green 215 ◦ blue 177

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

Shades of Mint Julep #DBD7B1

Tints of Mint Julep #DBD7B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.97%

R = 35.84%
G = 35.19%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBD7B1 (or 0xDBD7B1) is known color: Mint Julep. HEX triplet: DB, D7 and B1. RGB value is (219,215,177). Sum of RGB (Red+Green+Blue) = 219+215+177=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7B1 is #24284E. Grayscale: #D4D4D4. Windows color (decimal): -2369615 or 11655131. OLE color: 11655131.

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

Color convert

RGB 219 215 177 -
CMYK 0 0.02 0.19 0.14
HSL 54.29º 0.37% 0.78% -
HSV(B) 54.29º 0.19% 0.86% -
XYZ 61.45 66.84 51.26 -
YUV 211.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 219 215 177 0 0.02 0.19 0.14 54.29 0.37 0.78
Hex DB D7 B1 0 2 13 E 36 25 4E
Octal 333 327 261 0 2 23 16 66 45 116
Binary 11011011 11010111 10110001 0 10 10011 1110 110110 100101 1001110

Color Harmonies of #DBD7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7B1

Black with #DBD7B1

Text Example


Text Example

White with #DBD7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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