Html Css Color HEX #DCDBA8 Mint Julep

📋 copy color: '#DCDBA8'

red 220 ◦ green 219 ◦ blue 168

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

Shades of Mint Julep #DCDBA8

Tints of Mint Julep #DCDBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.68%

R = 36.24%
G = 36.08%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCDBA8 (or 0xDCDBA8) is known color: Mint Julep. HEX triplet: DC, DB and A8. RGB value is (220,219,168). Sum of RGB (Red+Green+Blue) = 220+219+168=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA8 is #232457. Grayscale: #D5D5D5. Windows color (decimal): -2303064 or 11066332. OLE color: 11066332.

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

Color convert

RGB 220 219 168 -
CMYK 0 0.00 0.24 0.14
HSL 58.85º 0.43% 0.76% -
HSV(B) 58.85º 0.24% 0.86% -
XYZ 61.91 68.71 47.04 -
YUV 213.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 220 219 168 0 0.00 0.24 0.14 58.85 0.43 0.76
Hex DC DB A8 0 0 18 E 3B 2B 4C
Octal 334 333 250 0 0 30 16 73 53 114
Binary 11011100 11011011 10101000 0 0 11000 1110 111011 101011 1001100

Color Harmonies of #DCDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA8

Black with #DCDBA8

Text Example


Text Example

White with #DCDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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