#DFCFAE

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

Shades of Spanish White #DFCFAE

Tints of Spanish White #DFCFAE

Color information

#DFCFAE (or 0xDFCFAE) is unknown color: approx Spanish White. HEX triplet: DF, CF and AE. RGB value is (223,207,174). Sum of RGB (Red+Green+Blue) = 223+207+174=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFAE is #203051. Grayscale: #D0D0D0. Windows color (decimal): -2109522 or 11456479. OLE color: 11456479.

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

Color convert

RGB223207174-
CMYK00.070.220.13
HSL40.41º43.36%77.84%-
HSV(B)40.41º21.97%87.45%-
XYZ60.3863.3749.09-
YUV208.02108.8138.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=36.92%
G=34.27%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320717400.070.220.1340.4143.3677.84
HexDFCFAE0716D282b4e
Octal3373172560726155053116
Binary11011111110011111010111001111011011011010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFAE; }

 p { color: rgb(223,207,174); }

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

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

 a { background-color: rgb(223,207,174); }

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

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

 span { border-color: rgb(223,207,174); }

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