#DFCCB8

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

Shades of Spanish White #DFCCB8

Tints of Spanish White #DFCCB8

Color information

#DFCCB8 (or 0xDFCCB8) is unknown color: approx Spanish White. HEX triplet: DF, CC and B8. RGB value is (223,204,184). Sum of RGB (Red+Green+Blue) = 223+204+184=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCB8 is #203347. Grayscale: #CFCFCF. Windows color (decimal): -2110280 or 12111071. OLE color: 12111071.

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

Color convert

RGB223204184-
CMYK00.090.170.13
HSL30.77º37.86%79.8%-
HSV(B)30.77º17.49%87.45%-
XYZ60.6862.3354.18-
YUV207.4114.79139.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=36.50%
G=33.39%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320418400.090.170.1330.7737.8679.8
HexDFCCB80911D1f2650
Octal33731427001121153746120
Binary11011111110011001011100001001100011101111111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCB8; }

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

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

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

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

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

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

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

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