#DECCAD

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

Shades of Spanish White #DECCAD

Tints of Spanish White #DECCAD

Color information

#DECCAD (or 0xDECCAD) is unknown color: approx Spanish White. HEX triplet: DE, CC and AD. RGB value is (222,204,173). Sum of RGB (Red+Green+Blue) = 222+204+173=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCAD is #213352. Grayscale: #CDCDCD. Windows color (decimal): -2175827 or 11390174. OLE color: 11390174.

HSL color Cylindrical-coordinate representation of color #DECCAD: hue angle of 37.96º 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 #DECCAD is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222204173-
CMYK00.080.220.13
HSL37.96º42.61%77.45%-
HSV(B)37.96º22.07%87.06%-
XYZ59.2661.7348.33-
YUV205.85109.46139.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=37.06%
G=34.06%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220417300.080.220.1337.9642.6177.45
HexDECCAD0816D262b4d
Octal33631425501026154653115
Binary110111101100110010101101010001011011011001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCAD; }

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

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

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

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

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

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

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

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