Html Css Color HEX #DCDBA4 Mint Julep

📋 copy color: '#DCDBA4'

red 220 ◦ green 219 ◦ blue 164

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

Shades of Mint Julep #DCDBA4

Tints of Mint Julep #DCDBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.2%

R = 36.48%
G = 36.32%
B = 27.2%

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

#DCDBA4 (or 0xDCDBA4) is known color: Mint Julep. HEX triplet: DC, DB and A4. RGB value is (220,219,164). Sum of RGB (Red+Green+Blue) = 220+219+164=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA4 is #23245B. Grayscale: #D5D5D5. Windows color (decimal): -2303068 or 10804188. OLE color: 10804188.

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

Color convert

RGB 220 219 164 -
CMYK 0 0.00 0.25 0.14
HSL 58.93º 0.44% 0.75% -
HSV(B) 58.93º 0.25% 0.86% -
XYZ 61.55 68.56 45.11 -
YUV 213.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 220 219 164 0 0.00 0.25 0.14 58.93 0.44 0.75
Hex DC DB A4 0 0 19 E 3B 2C 4B
Octal 334 333 244 0 0 31 16 73 54 113
Binary 11011100 11011011 10100100 0 0 11001 1110 111011 101100 1001011

Color Harmonies of #DCDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA4

Black with #DCDBA4

Text Example


Text Example

White with #DCDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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