Html Css Color HEX #DCD7A8 Mint Julep

📋 copy color: '#DCD7A8'

red 220 ◦ green 215 ◦ blue 168

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

Shades of Mint Julep #DCD7A8

Tints of Mint Julep #DCD7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.86%

R = 36.48%
G = 35.66%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCD7A8 (or 0xDCD7A8) is known color: Mint Julep. HEX triplet: DC, D7 and A8. RGB value is (220,215,168). Sum of RGB (Red+Green+Blue) = 220+215+168=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7A8 is #232857. Grayscale: #D3D3D3. Windows color (decimal): -2304088 or 11065308. OLE color: 11065308.

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

Color convert

RGB 220 215 168 -
CMYK 0 0.02 0.24 0.14
HSL 54.23º 0.43% 0.76% -
HSV(B) 54.23º 0.24% 0.86% -
XYZ 60.88 66.64 46.7 -
YUV 211.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 220 215 168 0 0.02 0.24 0.14 54.23 0.43 0.76
Hex DC D7 A8 0 2 18 E 36 2B 4C
Octal 334 327 250 0 2 30 16 66 53 114
Binary 11011100 11010111 10101000 0 10 11000 1110 110110 101011 1001100

Color Harmonies of #DCD7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7A8

Black with #DCD7A8

Text Example


Text Example

White with #DCD7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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