Html Css Color HEX #DCD5A5 Mint Julep

📋 copy color: '#DCD5A5'

red 220 ◦ green 213 ◦ blue 165

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

Shades of Mint Julep #DCD5A5

Tints of Mint Julep #DCD5A5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.62%

 BLUE value IS 165 (64.84% from 255) = 27.59%

R = 36.79%
G = 35.62%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCD5A5 (or 0xDCD5A5) is known color: Mint Julep. HEX triplet: DC, D5 and A5. RGB value is (220,213,165). Sum of RGB (Red+Green+Blue) = 220+213+165=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A5 is #232A5A. Grayscale: #D1D1D1. Windows color (decimal): -2304603 or 10868188. OLE color: 10868188.

HSL color Cylindrical-coordinate representation of color #DCD5A5: hue angle of 52.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD5A5 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 165 -
CMYK 0 0.03 0.25 0.14
HSL 52.36º 0.44% 0.75% -
HSV(B) 52.36º 0.25% 0.86% -
XYZ 60.1 65.52 45.08 -
YUV 209.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 220 213 165 0 0.03 0.25 0.14 52.36 0.44 0.75
Hex DC D5 A5 0 3 19 E 34 2C 4B
Octal 334 325 245 0 3 31 16 64 54 113
Binary 11011100 11010101 10100101 0 11 11001 1110 110100 101100 1001011

Color Harmonies of #DCD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5A5

Black with #DCD5A5

Text Example


Text Example

White with #DCD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5A5; }

 p { color: rgb(220,213,165); }

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

background-color css

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

 a { background-color: rgb(220,213,165); }

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

border-color css

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

 span { border-color: rgb(220,213,165); }

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