#DFCFB6

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

Shades of Spanish White #DFCFB6

Tints of Spanish White #DFCFB6

Color information

#DFCFB6 (or 0xDFCFB6) is unknown color: approx Spanish White. HEX triplet: DF, CF and B6. RGB value is (223,207,182). Sum of RGB (Red+Green+Blue) = 223+207+182=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFB6 is #203049. Grayscale: #D1D1D1. Windows color (decimal): -2109514 or 11980767. OLE color: 11980767.

HSL color Cylindrical-coordinate representation of color #DFCFB6: hue angle of 36.59º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFCFB6 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223207182-
CMYK00.070.180.13
HSL36.59º39.05%79.41%-
HSV(B)36.59º18.39%87.45%-
XYZ61.1963.6953.32-
YUV208.93112.8138.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=36.44%
G=33.82%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320718200.070.180.1336.5939.0579.41
HexDFCFB60712D25274f
Octal3373172660722154547117
Binary11011111110011111011011001111001011011001011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFB6; }

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

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

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

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

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

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

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

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