Html Css Color HEX #DCDBA5 Mint Julep

📋 copy color: '#DCDBA5'

red 220 ◦ green 219 ◦ blue 165

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

Shades of Mint Julep #DCDBA5

Tints of Mint Julep #DCDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 165 (64.84% from 255) = 27.32%

R = 36.42%
G = 36.26%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCDBA5 (or 0xDCDBA5) is known color: Mint Julep. HEX triplet: DC, DB and A5. RGB value is (220,219,165). Sum of RGB (Red+Green+Blue) = 220+219+165=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA5 is #23245A. Grayscale: #D5D5D5. Windows color (decimal): -2303067 or 10869724. OLE color: 10869724.

HSL color Cylindrical-coordinate representation of color #DCDBA5: hue angle of 58.91º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDBA5 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 165 -
CMYK 0 0.00 0.25 0.14
HSL 58.91º 0.44% 0.75% -
HSV(B) 58.91º 0.25% 0.86% -
XYZ 61.64 68.6 45.59 -
YUV 213.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 220 219 165 0 0.00 0.25 0.14 58.91 0.44 0.75
Hex DC DB A5 0 0 19 E 3B 2C 4B
Octal 334 333 245 0 0 31 16 73 54 113
Binary 11011100 11011011 10100101 0 0 11001 1110 111011 101100 1001011

Color Harmonies of #DCDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA5

Black with #DCDBA5

Text Example


Text Example

White with #DCDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA5; }

 p { color: rgb(220,219,165); }

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

background-color css

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

 a { background-color: rgb(220,219,165); }

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

border-color css

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

 span { border-color: rgb(220,219,165); }

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