Html Css Color HEX #DCDBA2 Mint Julep

📋 copy color: '#DCDBA2'

red 220 ◦ green 219 ◦ blue 162

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

Shades of Mint Julep #DCDBA2

Tints of Mint Julep #DCDBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.96%

R = 36.61%
G = 36.44%
B = 26.96%

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

#DCDBA2 (or 0xDCDBA2) is known color: Mint Julep. HEX triplet: DC, DB and A2. RGB value is (220,219,162). Sum of RGB (Red+Green+Blue) = 220+219+162=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA2 is #23245D. Grayscale: #D5D5D5. Windows color (decimal): -2303070 or 10673116. OLE color: 10673116.

HSL color Cylindrical-coordinate representation of color #DCDBA2: hue angle of 58.97º 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 #DCDBA2 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 162 -
CMYK 0 0.00 0.26 0.14
HSL 58.97º 0.45% 0.75% -
HSV(B) 58.97º 0.26% 0.86% -
XYZ 61.37 68.49 44.17 -
YUV 212.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 220 219 162 0 0.00 0.26 0.14 58.97 0.45 0.75
Hex DC DB A2 0 0 1A E 3B 2D 4B
Octal 334 333 242 0 0 32 16 73 55 113
Binary 11011100 11011011 10100010 0 0 11010 1110 111011 101101 1001011

Color Harmonies of #DCDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA2

Black with #DCDBA2

Text Example


Text Example

White with #DCDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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