Html Css Color HEX #D5D69C Mint Julep

📋 copy color: '#D5D69C'

red 213 ◦ green 214 ◦ blue 156

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

Shades of Mint Julep #D5D69C

Tints of Mint Julep #D5D69C

RGB

 RED value IS 213 (83.59% from 255) = 36.54%

 GREEN value IS 214 (83.98% from 255) = 36.71%

 BLUE value IS 156 (61.33% from 255) = 26.76%

R = 36.54%
G = 36.71%
B = 26.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5D69C (or 0xD5D69C) is known color: Mint Julep. HEX triplet: D5, D6 and 9C. RGB value is (213,214,156). Sum of RGB (Red+Green+Blue) = 213+214+156=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D69C is #2A2963. Grayscale: #CFCFCF. Windows color (decimal): -2763108 or 10278613. OLE color: 10278613.

HSL color Cylindrical-coordinate representation of color #D5D69C: hue angle of 61.03º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5D69C is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 156 -
CMYK 0.00 0 0.27 0.16
HSL 61.03º 0.41% 0.73% -
HSV(B) 61.03º 0.27% 0.84% -
XYZ 57.49 64.64 40.9 -
YUV 207.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 213 214 156 0.00 0 0.27 0.16 61.03 0.41 0.73
Hex D5 D6 9C 0 0 1B 10 3D 29 49
Octal 325 326 234 0 0 33 20 75 51 111
Binary 11010101 11010110 10011100 0 0 11011 10000 111101 101001 1001001

Color Harmonies of #D5D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D69C

Black with #D5D69C

Text Example


Text Example

White with #D5D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D69C; }

 p { color: rgb(213,214,156); }

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

background-color css

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

 a { background-color: rgb(213,214,156); }

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

border-color css

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

 span { border-color: rgb(213,214,156); }

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