Html Css Color HEX #DCD8AB Mint Julep

📋 copy color: '#DCD8AB'

red 220 ◦ green 216 ◦ blue 171

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

Shades of Mint Julep #DCD8AB

Tints of Mint Julep #DCD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.58%

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

R = 36.24%
G = 35.58%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD8AB (or 0xDCD8AB) is known color: Mint Julep. HEX triplet: DC, D8 and AB. RGB value is (220,216,171). Sum of RGB (Red+Green+Blue) = 220+216+171=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8AB is #232754. Grayscale: #D4D4D4. Windows color (decimal): -2303829 or 11262172. OLE color: 11262172.

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

Color convert

RGB 220 216 171 -
CMYK 0 0.02 0.22 0.14
HSL 55.1º 0.41% 0.77% -
HSV(B) 55.1º 0.22% 0.86% -
XYZ 61.42 67.27 48.27 -
YUV 212.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 220 216 171 0 0.02 0.22 0.14 55.1 0.41 0.77
Hex DC D8 AB 0 2 16 E 37 29 4D
Octal 334 330 253 0 2 26 16 67 51 115
Binary 11011100 11011000 10101011 0 10 10110 1110 110111 101001 1001101

Color Harmonies of #DCD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8AB

Black with #DCD8AB

Text Example


Text Example

White with #DCD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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