#DCD69E

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

Shades of Mint Julep #DCD69E

Tints of Mint Julep #DCD69E

Color information

#DCD69E (or 0xDCD69E) is unknown color: approx Mint Julep. HEX triplet: DC, D6 and 9E. RGB value is (220,214,158). Sum of RGB (Red+Green+Blue) = 220+214+158=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69E is #232961. Grayscale: #D1D1D1. Windows color (decimal): -2304354 or 10409692. OLE color: 10409692.

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

Color convert

RGB220214158-
CMYK00.030.280.14
HSL54.19º46.97%74.12%-
HSV(B)54.19º28.18%86.27%-
XYZ59.7365.7841.9-
YUV209.4198.99135.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 158 (62.11% from 255) = 26.69%
R=37.16%
G=36.15%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021415800.030.280.1454.1946.9774.12
HexDCD69E031CE362f4a
Octal3343262360334166657112
Binary1101110011010110100111100111110011101101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD69E; }

 p { color: rgb(220,214,158); }

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

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

 a { background-color: rgb(220,214,158); }

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

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

 span { border-color: rgb(220,214,158); }

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