#E6D19D

Color #E6D19D Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E6D19D

Tints of Double Colonial White #E6D19D

Color information

#E6D19D (or 0xE6D19D) is unknown color: approx Double Colonial White. HEX triplet: E6, D1 and 9D. RGB value is (230,209,157). Sum of RGB (Red+Green+Blue) = 230+209+157=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D19D is #192E62. Grayscale: #D1D1D1. Windows color (decimal): -1650275 or 10342886. OLE color: 10342886.

HSL color Cylindrical-coordinate representation of color #E6D19D: hue angle of 42.74º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D19D is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230209157-
CMYK00.090.320.10
HSL42.74º59.35%75.88%-
HSV(B)42.74º31.74%90.2%-
XYZ61.5264.8641.17-
YUV209.3598.46142.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 26.34%
R=38.59%
G=35.07%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020915700.090.320.1042.7459.3575.88
HexE6D19D0920A2b3b4c
Octal34632123501140125373114
Binary1110011011010001100111010100110000010101010111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D19D; }

 p { color: rgb(230,209,157); }

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

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

 a { background-color: rgb(230,209,157); }

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

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

 span { border-color: rgb(230,209,157); }

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