Html Css Color HEX #DCD8B2 Mint Julep

📋 copy color: '#DCD8B2'

red 220 ◦ green 216 ◦ blue 178

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

Shades of Mint Julep #DCD8B2

Tints of Mint Julep #DCD8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.99%

R = 35.83%
G = 35.18%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCD8B2 (or 0xDCD8B2) is known color: Mint Julep. HEX triplet: DC, D8 and B2. RGB value is (220,216,178). Sum of RGB (Red+Green+Blue) = 220+216+178=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8B2 is #23274D. Grayscale: #D5D5D5. Windows color (decimal): -2303822 or 11720924. OLE color: 11720924.

HSL color Cylindrical-coordinate representation of color #DCD8B2: hue angle of 54.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCD8B2 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 178 -
CMYK 0 0.02 0.19 0.14
HSL 54.29º 0.38% 0.78% -
HSV(B) 54.29º 0.19% 0.86% -
XYZ 62.11 67.54 51.88 -
YUV 212.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 220 216 178 0 0.02 0.19 0.14 54.29 0.38 0.78
Hex DC D8 B2 0 2 13 E 36 26 4E
Octal 334 330 262 0 2 23 16 66 46 116
Binary 11011100 11011000 10110010 0 10 10011 1110 110110 100110 1001110

Color Harmonies of #DCD8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8B2

Black with #DCD8B2

Text Example


Text Example

White with #DCD8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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