Html Css Color HEX #D5D69D Mint Julep

📋 copy color: '#D5D69D'

red 213 ◦ green 214 ◦ blue 157

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

Shades of Mint Julep #D5D69D

Tints of Mint Julep #D5D69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.88%

R = 36.47%
G = 36.64%
B = 26.88%

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

#D5D69D (or 0xD5D69D) is known color: Mint Julep. HEX triplet: D5, D6 and 9D. RGB value is (213,214,157). Sum of RGB (Red+Green+Blue) = 213+214+157=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D69D is #2A2962. Grayscale: #CFCFCF. Windows color (decimal): -2763107 or 10344149. OLE color: 10344149.

HSL color Cylindrical-coordinate representation of color #D5D69D: hue angle of 61.05º 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 #D5D69D is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 157 -
CMYK 0.00 0 0.27 0.16
HSL 61.05º 0.41% 0.73% -
HSV(B) 61.05º 0.27% 0.84% -
XYZ 57.57 64.67 41.35 -
YUV 207.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 213 214 157 0.00 0 0.27 0.16 61.05 0.41 0.73
Hex D5 D6 9D 0 0 1B 10 3D 29 49
Octal 325 326 235 0 0 33 20 75 51 111
Binary 11010101 11010110 10011101 0 0 11011 10000 111101 101001 1001001

Color Harmonies of #D5D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D69D

Black with #D5D69D

Text Example


Text Example

White with #D5D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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