#DCDB9D

Color #DCDB9D Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DCDB9D

Tints of Mint Julep #DCDB9D

Color information

#DCDB9D (or 0xDCDB9D) is unknown color: approx Mint Julep. HEX triplet: DC, DB and 9D. RGB value is (220,219,157). Sum of RGB (Red+Green+Blue) = 220+219+157=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB9D is #232462. Grayscale: #D4D4D4. Windows color (decimal): -2303075 or 10345436. OLE color: 10345436.

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

Color convert

RGB220219157-
CMYK00.000.290.14
HSL59.05º47.37%73.92%-
HSV(B)59.05º28.64%86.27%-
XYZ60.9368.3141.87-
YUV212.2396.83133.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 157 (61.72% from 255) = 26.34%
R=36.91%
G=36.74%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021915700.000.290.1459.0547.3773.92
HexDCDB9D001DE3b2f4a
Octal3343332350035167357112
Binary110111001101101110011101001110111101110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB9D; }

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

 H1.HeaderClassName
 {
   color: #DCDB9D;
 }
 .AnyTagClassName
 {
   color: #DCDB9D;
 }
</style>
background-color css

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

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

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

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

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

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