#DFCDB8

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

Shades of Spanish White #DFCDB8

Tints of Spanish White #DFCDB8

Color information

#DFCDB8 (or 0xDFCDB8) is unknown color: approx Spanish White. HEX triplet: DF, CD and B8. RGB value is (223,205,184). Sum of RGB (Red+Green+Blue) = 223+205+184=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDB8 is #203247. Grayscale: #D0D0D0. Windows color (decimal): -2110024 or 12111327. OLE color: 12111327.

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

Color convert

RGB223205184-
CMYK00.080.170.13
HSL32.31º37.86%79.8%-
HSV(B)32.31º17.49%87.45%-
XYZ60.9162.8154.26-
YUV207.99114.46138.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=36.44%
G=33.50%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320518400.080.170.1332.3137.8679.8
HexDFCDB80811D202650
Octal33731527001021154046120
Binary110111111100110110111000010001000111011000001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDB8; }

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

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

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

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

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

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

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

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