Html Css Color HEX #DBD4A3 Mint Julep

📋 copy color: '#DBD4A3'

red 219 ◦ green 212 ◦ blue 163

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

Shades of Mint Julep #DBD4A3

Tints of Mint Julep #DBD4A3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.69%

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

R = 36.87%
G = 35.69%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBD4A3 (or 0xDBD4A3) is known color: Mint Julep. HEX triplet: DB, D4 and A3. RGB value is (219,212,163). Sum of RGB (Red+Green+Blue) = 219+212+163=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4A3 is #242B5C. Grayscale: #D0D0D0. Windows color (decimal): -2370397 or 10736859. OLE color: 10736859.

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

Color convert

RGB 219 212 163 -
CMYK 0 0.03 0.26 0.14
HSL 52.5º 0.44% 0.75% -
HSV(B) 52.5º 0.26% 0.86% -
XYZ 59.37 64.79 44.03 -
YUV 208.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 219 212 163 0 0.03 0.26 0.14 52.5 0.44 0.75
Hex DB D4 A3 0 3 1A E 34 2C 4B
Octal 333 324 243 0 3 32 16 64 54 113
Binary 11011011 11010100 10100011 0 11 11010 1110 110100 101100 1001011

Color Harmonies of #DBD4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4A3

Black with #DBD4A3

Text Example


Text Example

White with #DBD4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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