Html Css Color HEX #DCDBA7 Mint Julep

📋 copy color: '#DCDBA7'

red 220 ◦ green 219 ◦ blue 167

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

Shades of Mint Julep #DCDBA7

Tints of Mint Julep #DCDBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.56%

R = 36.3%
G = 36.14%
B = 27.56%

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

#DCDBA7 (or 0xDCDBA7) is known color: Mint Julep. HEX triplet: DC, DB and A7. RGB value is (220,219,167). Sum of RGB (Red+Green+Blue) = 220+219+167=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA7 is #232458. Grayscale: #D5D5D5. Windows color (decimal): -2303065 or 11000796. OLE color: 11000796.

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

Color convert

RGB 220 219 167 -
CMYK 0 0.00 0.24 0.14
HSL 58.87º 0.43% 0.76% -
HSV(B) 58.87º 0.24% 0.86% -
XYZ 61.82 68.67 46.56 -
YUV 213.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 220 219 167 0 0.00 0.24 0.14 58.87 0.43 0.76
Hex DC DB A7 0 0 18 E 3B 2B 4C
Octal 334 333 247 0 0 30 16 73 53 114
Binary 11011100 11011011 10100111 0 0 11000 1110 111011 101011 1001100

Color Harmonies of #DCDBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBA7

Black with #DCDBA7

Text Example


Text Example

White with #DCDBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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