#DED0AF

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

Shades of Spanish White #DED0AF

Tints of Spanish White #DED0AF

Color information

#DED0AF (or 0xDED0AF) is unknown color: approx Spanish White. HEX triplet: DE, D0 and AF. RGB value is (222,208,175). Sum of RGB (Red+Green+Blue) = 222+208+175=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED0AF is #212F50. Grayscale: #D0D0D0. Windows color (decimal): -2174801 or 11522270. OLE color: 11522270.

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

Color convert

RGB222208175-
CMYK00.060.210.13
HSL42.13º41.59%77.84%-
HSV(B)42.13º21.17%87.06%-
XYZ60.4263.7449.68-
YUV208.42109.14137.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=36.69%
G=34.38%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220817500.060.210.1342.1341.5977.84
HexDED0AF0615D2a2a4e
Octal3363202570625155252116
Binary11011110110100001010111101101010111011010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED0AF; }

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

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

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

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

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

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

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

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