#DECBAD

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

Shades of Spanish White #DECBAD

Tints of Spanish White #DECBAD

Color information

#DECBAD (or 0xDECBAD) is unknown color: approx Spanish White. HEX triplet: DE, CB and AD. RGB value is (222,203,173). Sum of RGB (Red+Green+Blue) = 222+203+173=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBAD is #213452. Grayscale: #CDCDCD. Windows color (decimal): -2176083 or 11389918. OLE color: 11389918.

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

Color convert

RGB222203173-
CMYK00.090.220.13
HSL36.73º42.61%77.45%-
HSV(B)36.73º22.07%87.06%-
XYZ59.0261.2648.25-
YUV205.26109.79139.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=37.12%
G=33.95%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220317300.090.220.1336.7342.6177.45
HexDECBAD0916D252b4d
Octal33631325501126154553115
Binary110111101100101110101101010011011011011001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBAD; }

 p { color: rgb(222,203,173); }

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

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

 a { background-color: rgb(222,203,173); }

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

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

 span { border-color: rgb(222,203,173); }

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