#DED0AE

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

Shades of Spanish White #DED0AE

Tints of Spanish White #DED0AE

Color information

#DED0AE (or 0xDED0AE) is unknown color: approx Spanish White. HEX triplet: DE, D0 and AE. RGB value is (222,208,174). Sum of RGB (Red+Green+Blue) = 222+208+174=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED0AE is #212F51. Grayscale: #D0D0D0. Windows color (decimal): -2174802 or 11456734. OLE color: 11456734.

HSL color Cylindrical-coordinate representation of color #DED0AE: hue angle of 42.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DED0AE is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222208174-
CMYK00.060.220.13
HSL42.5º42.11%77.65%-
HSV(B)42.5º21.62%87.06%-
XYZ60.3263.749.16-
YUV208.31108.64137.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=36.75%
G=34.44%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220817400.060.220.1342.542.1177.65
HexDED0AE0616D2a2a4e
Octal3363202560626155252116
Binary11011110110100001010111001101011011011010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED0AE; }

 p { color: rgb(222,208,174); }

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

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

 a { background-color: rgb(222,208,174); }

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

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

 span { border-color: rgb(222,208,174); }

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