Html Css Color HEX #D5D0A6 Mint Julep

📋 copy color: '#D5D0A6'

red 213 ◦ green 208 ◦ blue 166

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

Shades of Mint Julep #D5D0A6

Tints of Mint Julep #D5D0A6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.43%

 BLUE value IS 166 (65.23% from 255) = 28.28%

R = 36.29%
G = 35.43%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D5D0A6 (or 0xD5D0A6) is known color: Mint Julep. HEX triplet: D5, D0 and A6. RGB value is (213,208,166). Sum of RGB (Red+Green+Blue) = 213+208+166=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D0A6 is #2A2F59. Grayscale: #CCCCCC. Windows color (decimal): -2764634 or 10932437. OLE color: 10932437.

HSL color Cylindrical-coordinate representation of color #D5D0A6: hue angle of 53.62º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5D0A6 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 166 -
CMYK 0 0.02 0.22 0.16
HSL 53.62º 0.36% 0.74% -
HSV(B) 53.62º 0.22% 0.84% -
XYZ 56.88 62.01 45.05 -
YUV 204.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 213 208 166 0 0.02 0.22 0.16 53.62 0.36 0.74
Hex D5 D0 A6 0 2 16 10 36 24 4A
Octal 325 320 246 0 2 26 20 66 44 112
Binary 11010101 11010000 10100110 0 10 10110 10000 110110 100100 1001010

Color Harmonies of #D5D0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0A6

Black with #D5D0A6

Text Example


Text Example

White with #D5D0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0A6; }

 p { color: rgb(213,208,166); }

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

background-color css

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

 a { background-color: rgb(213,208,166); }

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

border-color css

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

 span { border-color: rgb(213,208,166); }

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