#DFCCAD

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

Shades of Spanish White #DFCCAD

Tints of Spanish White #DFCCAD

Color information

#DFCCAD (or 0xDFCCAD) is unknown color: approx Spanish White. HEX triplet: DF, CC and AD. RGB value is (223,204,173). Sum of RGB (Red+Green+Blue) = 223+204+173=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCAD is #203352. Grayscale: #CECECE. Windows color (decimal): -2110291 or 11390175. OLE color: 11390175.

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

Color convert

RGB223204173-
CMYK00.090.220.13
HSL37.2º43.86%77.65%-
HSV(B)37.2º22.42%87.45%-
XYZ59.5761.8948.34-
YUV206.15109.29140.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=37.17%
G=34%
B=28.83%

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
Decimal22320417300.090.220.1337.243.8677.65
HexDFCCAD0916D252c4e
Octal33731425501126154554116
Binary110111111100110010101101010011011011011001011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCAD; }

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

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

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

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

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

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

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

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