Html Css Color HEX #DCD5AB Mint Julep

📋 copy color: '#DCD5AB'

red 220 ◦ green 213 ◦ blue 171

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

Shades of Mint Julep #DCD5AB

Tints of Mint Julep #DCD5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.31%

R = 36.42%
G = 35.26%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD5AB (or 0xDCD5AB) is known color: Mint Julep. HEX triplet: DC, D5 and AB. RGB value is (220,213,171). Sum of RGB (Red+Green+Blue) = 220+213+171=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5AB is #232A54. Grayscale: #D2D2D2. Windows color (decimal): -2304597 or 11261404. OLE color: 11261404.

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

Color convert

RGB 220 213 171 -
CMYK 0 0.03 0.22 0.14
HSL 51.43º 0.41% 0.77% -
HSV(B) 51.43º 0.22% 0.86% -
XYZ 60.66 65.74 48.02 -
YUV 210.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 220 213 171 0 0.03 0.22 0.14 51.43 0.41 0.77
Hex DC D5 AB 0 3 16 E 33 29 4D
Octal 334 325 253 0 3 26 16 63 51 115
Binary 11011100 11010101 10101011 0 11 10110 1110 110011 101001 1001101

Color Harmonies of #DCD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5AB

Black with #DCD5AB

Text Example


Text Example

White with #DCD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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