#DFCCAC

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

Shades of Spanish White #DFCCAC

Tints of Spanish White #DFCCAC

Color information

#DFCCAC (or 0xDFCCAC) is unknown color: approx Spanish White. HEX triplet: DF, CC and AC. RGB value is (223,204,172). Sum of RGB (Red+Green+Blue) = 223+204+172=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCAC is #203353. Grayscale: #CECECE. Windows color (decimal): -2110292 or 11324639. OLE color: 11324639.

HSL color Cylindrical-coordinate representation of color #DFCCAC: hue angle of 37.65º degrees, saturation: 0.44, 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 #DFCCAC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223204172-
CMYK00.090.230.13
HSL37.65º44.35%77.45%-
HSV(B)37.65º22.87%87.45%-
XYZ59.4761.8547.83-
YUV206.03108.79140.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=37.23%
G=34.06%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320417200.090.230.1337.6544.3577.45
HexDFCCAC0917D262c4d
Octal33731425401127154654115
Binary110111111100110010101100010011011111011001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCAC; }

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

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

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

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

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

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

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

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