#E6D2AD

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

Shades of Givry #E6D2AD

Tints of Givry #E6D2AD

Color information

#E6D2AD (or 0xE6D2AD) is unknown color: approx Givry. HEX triplet: E6, D2 and AD. RGB value is (230,210,173). Sum of RGB (Red+Green+Blue) = 230+210+173=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D2AD is #192D52. Grayscale: #D3D3D3. Windows color (decimal): -1650003 or 11391718. OLE color: 11391718.

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

Color convert

RGB230210173-
CMYK00.090.250.10
HSL38.95º53.27%79.02%-
HSV(B)38.95º24.78%90.2%-
XYZ63.2265.9348.93-
YUV211.76106.13141.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=37.52%
G=34.26%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021017300.090.250.1038.9553.2779.02
HexE6D2AD0919A27354f
Octal34632225501131124765117
Binary111001101101001010101101010011100110101001111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2AD; }

 p { color: rgb(230,210,173); }

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

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

 a { background-color: rgb(230,210,173); }

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

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

 span { border-color: rgb(230,210,173); }

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