#DFCDB7

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

Shades of Spanish White #DFCDB7

Tints of Spanish White #DFCDB7

Color information

#DFCDB7 (or 0xDFCDB7) is unknown color: approx Spanish White. HEX triplet: DF, CD and B7. RGB value is (223,205,183). Sum of RGB (Red+Green+Blue) = 223+205+183=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDB7 is #203248. Grayscale: #CFCFCF. Windows color (decimal): -2110025 or 12045791. OLE color: 12045791.

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

Color convert

RGB223205183-
CMYK00.080.180.13
HSL33º38.46%79.61%-
HSV(B)33º17.94%87.45%-
XYZ60.8162.7753.71-
YUV207.87113.96138.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=36.50%
G=33.55%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320518300.080.180.133338.4679.61
HexDFCDB70812D212650
Octal33731526701022154146120
Binary110111111100110110110111010001001011011000011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDB7; }

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

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

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

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

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

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

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

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