#DFCCB6

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

Shades of Spanish White #DFCCB6

Tints of Spanish White #DFCCB6

Color information

#DFCCB6 (or 0xDFCCB6) is unknown color: approx Spanish White. HEX triplet: DF, CC and B6. RGB value is (223,204,182). Sum of RGB (Red+Green+Blue) = 223+204+182=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCB6 is #203349. Grayscale: #CFCFCF. Windows color (decimal): -2110282 or 11979999. OLE color: 11979999.

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

Color convert

RGB223204182-
CMYK00.090.180.13
HSL32.2º39.05%79.41%-
HSV(B)32.2º18.39%87.45%-
XYZ60.4762.2553.08-
YUV207.17113.79139.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=36.62%
G=33.50%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320418200.090.180.1332.239.0579.41
HexDFCCB60912D20274f
Octal33731426601122154047117
Binary110111111100110010110110010011001011011000001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCB6; }

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

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

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

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

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

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

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

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