Html Css Color HEX #DCDAB1 Mint Julep

📋 copy color: '#DCDAB1'

red 220 ◦ green 218 ◦ blue 177

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

Shades of Mint Julep #DCDAB1

Tints of Mint Julep #DCDAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.45%

 BLUE value IS 177 (69.53% from 255) = 28.78%

R = 35.77%
G = 35.45%
B = 28.78%

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

#DCDAB1 (or 0xDCDAB1) is known color: Mint Julep. HEX triplet: DC, DA and B1. RGB value is (220,218,177). Sum of RGB (Red+Green+Blue) = 220+218+177=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB1 is #23254E. Grayscale: #D6D6D6. Windows color (decimal): -2303311 or 11655900. OLE color: 11655900.

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

Color convert

RGB 220 218 177 -
CMYK 0 0.01 0.20 0.14
HSL 57.21º 0.38% 0.78% -
HSV(B) 57.21º 0.2% 0.86% -
XYZ 62.52 68.53 51.53 -
YUV 213.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 220 218 177 0 0.01 0.20 0.14 57.21 0.38 0.78
Hex DC DA B1 0 1 14 E 39 26 4E
Octal 334 332 261 0 1 24 16 71 46 116
Binary 11011100 11011010 10110001 0 1 10100 1110 111001 100110 1001110

Color Harmonies of #DCDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAB1

Black with #DCDAB1

Text Example


Text Example

White with #DCDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAB1; }

 p { color: rgb(220,218,177); }

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

background-color css

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

 a { background-color: rgb(220,218,177); }

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

border-color css

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

 span { border-color: rgb(220,218,177); }

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