#DFCCB0

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

Shades of Spanish White #DFCCB0

Tints of Spanish White #DFCCB0

Color information

#DFCCB0 (or 0xDFCCB0) is unknown color: approx Spanish White. HEX triplet: DF, CC and B0. RGB value is (223,204,176). Sum of RGB (Red+Green+Blue) = 223+204+176=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCB0 is #20334F. Grayscale: #CECECE. Windows color (decimal): -2110288 or 11586783. OLE color: 11586783.

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

Color convert

RGB223204176-
CMYK00.090.210.13
HSL35.74º42.34%78.24%-
HSV(B)35.74º21.08%87.45%-
XYZ59.8662.0149.89-
YUV206.49110.79139.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 176 (69.14% from 255) = 29.19%
R=36.98%
G=33.83%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320417600.090.210.1335.7442.3478.24
HexDFCCB00915D242a4e
Octal33731426001125154452116
Binary110111111100110010110000010011010111011001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCB0; }

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

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

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

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

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

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

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

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