Html Css Color HEX #DCD6AB Mint Julep

📋 copy color: '#DCD6AB'

red 220 ◦ green 214 ◦ blue 171

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

Shades of Mint Julep #DCD6AB

Tints of Mint Julep #DCD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.37%

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

R = 36.36%
G = 35.37%
B = 28.26%

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

#DCD6AB (or 0xDCD6AB) is known color: Mint Julep. HEX triplet: DC, D6 and AB. RGB value is (220,214,171). Sum of RGB (Red+Green+Blue) = 220+214+171=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6AB is #232954. Grayscale: #D3D3D3. Windows color (decimal): -2304341 or 11261660. OLE color: 11261660.

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

Color convert

RGB 220 214 171 -
CMYK 0 0.03 0.22 0.14
HSL 52.65º 0.41% 0.77% -
HSV(B) 52.65º 0.22% 0.86% -
XYZ 60.91 66.25 48.11 -
YUV 210.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 220 214 171 0 0.03 0.22 0.14 52.65 0.41 0.77
Hex DC D6 AB 0 3 16 E 35 29 4D
Octal 334 326 253 0 3 26 16 65 51 115
Binary 11011100 11010110 10101011 0 11 10110 1110 110101 101001 1001101

Color Harmonies of #DCD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6AB

Black with #DCD6AB

Text Example


Text Example

White with #DCD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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