#DECCAC

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

Shades of Spanish White #DECCAC

Tints of Spanish White #DECCAC

Color information

#DECCAC (or 0xDECCAC) is unknown color: approx Spanish White. HEX triplet: DE, CC and AC. RGB value is (222,204,172). Sum of RGB (Red+Green+Blue) = 222+204+172=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCAC is #213353. Grayscale: #CDCDCD. Windows color (decimal): -2175828 or 11324638. OLE color: 11324638.

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

Color convert

RGB222204172-
CMYK00.080.230.13
HSL38.4º43.1%77.25%-
HSV(B)38.4º22.52%87.06%-
XYZ59.1661.6947.82-
YUV205.73108.96139.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=37.12%
G=34.11%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220417200.080.230.1338.443.177.25
HexDECCAC0817D262b4d
Octal33631425401027154653115
Binary110111101100110010101100010001011111011001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCAC; }

 p { color: rgb(222,204,172); }

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

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

 a { background-color: rgb(222,204,172); }

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

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

 span { border-color: rgb(222,204,172); }

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