Html Css Color HEX #DCDBA3 Mint Julep

📋 copy color: '#DCDBA3'

red 220 ◦ green 219 ◦ blue 163

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

Shades of Mint Julep #DCDBA3

Tints of Mint Julep #DCDBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.08%

R = 36.54%
G = 36.38%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCDBA3 (or 0xDCDBA3) is known color: Mint Julep. HEX triplet: DC, DB and A3. RGB value is (220,219,163). Sum of RGB (Red+Green+Blue) = 220+219+163=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA3 is #23245C. Grayscale: #D5D5D5. Windows color (decimal): -2303069 or 10738652. OLE color: 10738652.

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

Color convert

RGB 220 219 163 -
CMYK 0 0.00 0.26 0.14
HSL 58.95º 0.45% 0.75% -
HSV(B) 58.95º 0.26% 0.86% -
XYZ 61.46 68.52 44.64 -
YUV 212.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 220 219 163 0 0.00 0.26 0.14 58.95 0.45 0.75
Hex DC DB A3 0 0 1A E 3B 2D 4B
Octal 334 333 243 0 0 32 16 73 55 113
Binary 11011100 11011011 10100011 0 0 11010 1110 111011 101101 1001011

Color Harmonies of #DCDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA3

Black with #DCDBA3

Text Example


Text Example

White with #DCDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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