Html Css Color HEX #DCD4AF Mint Julep

📋 copy color: '#DCD4AF'

red 220 ◦ green 212 ◦ blue 175

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

Shades of Mint Julep #DCD4AF

Tints of Mint Julep #DCD4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.93%

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

R = 36.24%
G = 34.93%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCD4AF (or 0xDCD4AF) is known color: Mint Julep. HEX triplet: DC, D4 and AF. RGB value is (220,212,175). Sum of RGB (Red+Green+Blue) = 220+212+175=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4AF is #232B50. Grayscale: #D2D2D2. Windows color (decimal): -2304849 or 11523292. OLE color: 11523292.

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

Color convert

RGB 220 212 175 -
CMYK 0 0.04 0.20 0.14
HSL 49.33º 0.39% 0.77% -
HSV(B) 49.33º 0.2% 0.86% -
XYZ 60.8 65.4 49.98 -
YUV 210.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 220 212 175 0 0.04 0.20 0.14 49.33 0.39 0.77
Hex DC D4 AF 0 4 14 E 31 27 4D
Octal 334 324 257 0 4 24 16 61 47 115
Binary 11011100 11010100 10101111 0 100 10100 1110 110001 100111 1001101

Color Harmonies of #DCD4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD4AF

Black with #DCD4AF

Text Example


Text Example

White with #DCD4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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