Html Css Color HEX #DCD5AF Mint Julep

📋 copy color: '#DCD5AF'

red 220 ◦ green 213 ◦ blue 175

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

Shades of Mint Julep #DCD5AF

Tints of Mint Julep #DCD5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 36.18%
G = 35.03%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCD5AF (or 0xDCD5AF) is known color: Mint Julep. HEX triplet: DC, D5 and AF. RGB value is (220,213,175). Sum of RGB (Red+Green+Blue) = 220+213+175=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5AF is #232A50. Grayscale: #D2D2D2. Windows color (decimal): -2304593 or 11523548. OLE color: 11523548.

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

Color convert

RGB 220 213 175 -
CMYK 0 0.03 0.20 0.14
HSL 50.67º 0.39% 0.77% -
HSV(B) 50.67º 0.2% 0.86% -
XYZ 61.05 65.9 50.06 -
YUV 210.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 220 213 175 0 0.03 0.20 0.14 50.67 0.39 0.77
Hex DC D5 AF 0 3 14 E 33 27 4D
Octal 334 325 257 0 3 24 16 63 47 115
Binary 11011100 11010101 10101111 0 11 10100 1110 110011 100111 1001101

Color Harmonies of #DCD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5AF

Black with #DCD5AF

Text Example


Text Example

White with #DCD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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