Html Css Color HEX #DCD7AA Mint Julep

📋 copy color: '#DCD7AA'

red 220 ◦ green 215 ◦ blue 170

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

Shades of Mint Julep #DCD7AA

Tints of Mint Julep #DCD7AA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.54%

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

R = 36.36%
G = 35.54%
B = 28.1%

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

#DCD7AA (or 0xDCD7AA) is known color: Mint Julep. HEX triplet: DC, D7 and AA. RGB value is (220,215,170). Sum of RGB (Red+Green+Blue) = 220+215+170=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AA is #232855. Grayscale: #D3D3D3. Windows color (decimal): -2304086 or 11196380. OLE color: 11196380.

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

Color convert

RGB 220 215 170 -
CMYK 0 0.02 0.23 0.14
HSL 54º 0.42% 0.76% -
HSV(B) 54º 0.23% 0.86% -
XYZ 61.07 66.72 47.69 -
YUV 211.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 220 215 170 0 0.02 0.23 0.14 54 0.42 0.76
Hex DC D7 AA 0 2 17 E 36 2A 4C
Octal 334 327 252 0 2 27 16 66 52 114
Binary 11011100 11010111 10101010 0 10 10111 1110 110110 101010 1001100

Color Harmonies of #DCD7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7AA

Black with #DCD7AA

Text Example


Text Example

White with #DCD7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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