#DFCCB4

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

Shades of Spanish White #DFCCB4

Tints of Spanish White #DFCCB4

Color information

#DFCCB4 (or 0xDFCCB4) is unknown color: approx Spanish White. HEX triplet: DF, CC and B4. RGB value is (223,204,180). Sum of RGB (Red+Green+Blue) = 223+204+180=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCB4 is #20334B. Grayscale: #CFCFCF. Windows color (decimal): -2110284 or 11848927. OLE color: 11848927.

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

Color convert

RGB223204180-
CMYK00.090.190.13
HSL33.49º40.19%79.02%-
HSV(B)33.49º19.28%87.45%-
XYZ60.2662.1752-
YUV206.94112.79139.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=36.74%
G=33.61%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320418000.090.190.1333.4940.1979.02
HexDFCCB40913D21284f
Octal33731426401123154150117
Binary110111111100110010110100010011001111011000011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCB4; }

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

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

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

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

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

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

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

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