#DFCD9D

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

Shades of Double Colonial White #DFCD9D

Tints of Double Colonial White #DFCD9D

Color information

#DFCD9D (or 0xDFCD9D) is unknown color: approx Double Colonial White. HEX triplet: DF, CD and 9D. RGB value is (223,205,157). Sum of RGB (Red+Green+Blue) = 223+205+157=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD9D is #203262. Grayscale: #CDCDCD. Windows color (decimal): -2110051 or 10341855. OLE color: 10341855.

HSL color Cylindrical-coordinate representation of color #DFCD9D: hue angle of 43.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCD9D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223205157-
CMYK00.080.300.13
HSL43.64º50.77%74.51%-
HSV(B)43.64º29.6%87.45%-
XYZ58.3561.7840.75-
YUV204.91100.96140.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=38.12%
G=35.04%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320515700.080.300.1343.6450.7774.51
HexDFCD9D081ED2c334b
Octal33731523501036155463113
Binary110111111100110110011101010001111011011011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD9D; }

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

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

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

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

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

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

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

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