Html Css Color HEX #DBD7A2 Mint Julep

📋 copy color: '#DBD7A2'

red 219 ◦ green 215 ◦ blue 162

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

Shades of Mint Julep #DBD7A2

Tints of Mint Julep #DBD7A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.18%

R = 36.74%
G = 36.07%
B = 27.18%

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

#DBD7A2 (or 0xDBD7A2) is known color: Mint Julep. HEX triplet: DB, D7 and A2. RGB value is (219,215,162). Sum of RGB (Red+Green+Blue) = 219+215+162=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7A2 is #24285D. Grayscale: #D2D2D2. Windows color (decimal): -2369630 or 10672091. OLE color: 10672091.

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

Color convert

RGB 219 215 162 -
CMYK 0 0.02 0.26 0.14
HSL 55.79º 0.44% 0.75% -
HSV(B) 55.79º 0.26% 0.86% -
XYZ 60.04 66.27 43.81 -
YUV 210.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 219 215 162 0 0.02 0.26 0.14 55.79 0.44 0.75
Hex DB D7 A2 0 2 1A E 38 2C 4B
Octal 333 327 242 0 2 32 16 70 54 113
Binary 11011011 11010111 10100010 0 10 11010 1110 111000 101100 1001011

Color Harmonies of #DBD7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7A2

Black with #DBD7A2

Text Example


Text Example

White with #DBD7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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