Html Css Color HEX #DCD8AA Mint Julep

📋 copy color: '#DCD8AA'

red 220 ◦ green 216 ◦ blue 170

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

Shades of Mint Julep #DCD8AA

Tints of Mint Julep #DCD8AA

RGB

 RED value IS 220 (86.33% from 255) = 36.3%

 GREEN value IS 216 (84.77% from 255) = 35.64%

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 36.3%
G = 35.64%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCD8AA (or 0xDCD8AA) is known color: Mint Julep. HEX triplet: DC, D8 and AA. RGB value is (220,216,170). Sum of RGB (Red+Green+Blue) = 220+216+170=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8AA is #232755. Grayscale: #D4D4D4. Windows color (decimal): -2303830 or 11196636. OLE color: 11196636.

HSL color Cylindrical-coordinate representation of color #DCD8AA: hue angle of 55.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCD8AA is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 170 -
CMYK 0 0.02 0.23 0.14
HSL 55.2º 0.42% 0.76% -
HSV(B) 55.2º 0.23% 0.86% -
XYZ 61.33 67.23 47.77 -
YUV 211.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 220 216 170 0 0.02 0.23 0.14 55.2 0.42 0.76
Hex DC D8 AA 0 2 17 E 37 2A 4C
Octal 334 330 252 0 2 27 16 67 52 114
Binary 11011100 11011000 10101010 0 10 10111 1110 110111 101010 1001100

Color Harmonies of #DCD8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8AA

Black with #DCD8AA

Text Example


Text Example

White with #DCD8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8AA; }

 p { color: rgb(220,216,170); }

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

background-color css

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

 a { background-color: rgb(220,216,170); }

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

border-color css

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

 span { border-color: rgb(220,216,170); }

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