Html Css Color HEX #DCDBA9 Mint Julep

📋 copy color: '#DCDBA9'

red 220 ◦ green 219 ◦ blue 169

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

Shades of Mint Julep #DCDBA9

Tints of Mint Julep #DCDBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.8%

R = 36.18%
G = 36.02%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCDBA9 (or 0xDCDBA9) is known color: Mint Julep. HEX triplet: DC, DB and A9. RGB value is (220,219,169). Sum of RGB (Red+Green+Blue) = 220+219+169=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA9 is #232456. Grayscale: #D5D5D5. Windows color (decimal): -2303063 or 11131868. OLE color: 11131868.

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

Color convert

RGB 220 219 169 -
CMYK 0 0.00 0.23 0.14
HSL 58.82º 0.42% 0.76% -
HSV(B) 58.82º 0.23% 0.86% -
XYZ 62.01 68.74 47.54 -
YUV 213.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 220 219 169 0 0.00 0.23 0.14 58.82 0.42 0.76
Hex DC DB A9 0 0 17 E 3B 2A 4C
Octal 334 333 251 0 0 27 16 73 52 114
Binary 11011100 11011011 10101001 0 0 10111 1110 111011 101010 1001100

Color Harmonies of #DCDBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA9

Black with #DCDBA9

Text Example


Text Example

White with #DCDBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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