#DFCCAF

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

Shades of Spanish White #DFCCAF

Tints of Spanish White #DFCCAF

Color information

#DFCCAF (or 0xDFCCAF) is unknown color: approx Spanish White. HEX triplet: DF, CC and AF. RGB value is (223,204,175). Sum of RGB (Red+Green+Blue) = 223+204+175=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCAF is #203350. Grayscale: #CECECE. Windows color (decimal): -2110289 or 11521247. OLE color: 11521247.

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

Color convert

RGB223204175-
CMYK00.090.220.13
HSL36.25º42.86%78.04%-
HSV(B)36.25º21.52%87.45%-
XYZ59.7661.9749.37-
YUV206.37110.29139.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=37.04%
G=33.89%
B=29.07%

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
Decimal22320417500.090.220.1336.2542.8678.04
HexDFCCAF0916D242b4e
Octal33731425701126154453116
Binary110111111100110010101111010011011011011001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCAF; }

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

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

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

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

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

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

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

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