Html Css Color HEX #DCD9AF Mint Julep

📋 copy color: '#DCD9AF'

red 220 ◦ green 217 ◦ blue 175

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

Shades of Mint Julep #DCD9AF

Tints of Mint Julep #DCD9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.46%

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

R = 35.95%
G = 35.46%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCD9AF (or 0xDCD9AF) is known color: Mint Julep. HEX triplet: DC, D9 and AF. RGB value is (220,217,175). Sum of RGB (Red+Green+Blue) = 220+217+175=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AF is #232650. Grayscale: #D5D5D5. Windows color (decimal): -2303569 or 11524572. OLE color: 11524572.

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

Color convert

RGB 220 217 175 -
CMYK 0 0.01 0.20 0.14
HSL 56º 0.39% 0.77% -
HSV(B) 56º 0.2% 0.86% -
XYZ 62.07 67.94 50.4 -
YUV 213.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 220 217 175 0 0.01 0.20 0.14 56 0.39 0.77
Hex DC D9 AF 0 1 14 E 38 27 4D
Octal 334 331 257 0 1 24 16 70 47 115
Binary 11011100 11011001 10101111 0 1 10100 1110 111000 100111 1001101

Color Harmonies of #DCD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9AF

Black with #DCD9AF

Text Example


Text Example

White with #DCD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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