Html Css Color HEX #DCDBA0 Mint Julep

📋 copy color: '#DCDBA0'

red 220 ◦ green 219 ◦ blue 160

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

Shades of Mint Julep #DCDBA0

Tints of Mint Julep #DCDBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.71%

R = 36.73%
G = 36.56%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCDBA0 (or 0xDCDBA0) is known color: Mint Julep. HEX triplet: DC, DB and A0. RGB value is (220,219,160). Sum of RGB (Red+Green+Blue) = 220+219+160=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA0 is #23245F. Grayscale: #D4D4D4. Windows color (decimal): -2303072 or 10542044. OLE color: 10542044.

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

Color convert

RGB 220 219 160 -
CMYK 0 0.00 0.27 0.14
HSL 59º 0.46% 0.75% -
HSV(B) 59º 0.27% 0.86% -
XYZ 61.19 68.42 43.24 -
YUV 212.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 220 219 160 0 0.00 0.27 0.14 59 0.46 0.75
Hex DC DB A0 0 0 1B E 3B 2E 4B
Octal 334 333 240 0 0 33 16 73 56 113
Binary 11011100 11011011 10100000 0 0 11011 1110 111011 101110 1001011

Color Harmonies of #DCDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA0

Black with #DCDBA0

Text Example


Text Example

White with #DCDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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