#DFCD9A

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

Shades of Double Colonial White #DFCD9A

Tints of Double Colonial White #DFCD9A

Color information

#DFCD9A (or 0xDFCD9A) is unknown color: approx Double Colonial White. HEX triplet: DF, CD and 9A. RGB value is (223,205,154). Sum of RGB (Red+Green+Blue) = 223+205+154=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD9A is #203265. Grayscale: #CCCCCC. Windows color (decimal): -2110054 or 10145247. OLE color: 10145247.

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

Color convert

RGB223205154-
CMYK00.080.310.13
HSL44.35º51.88%73.92%-
HSV(B)44.35º30.94%87.45%-
XYZ58.161.6839.42-
YUV204.5799.46141.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=38.32%
G=35.22%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320515400.080.310.1344.3551.8873.92
HexDFCD9A081FD2c344a
Octal33731523201037155464112
Binary110111111100110110011010010001111111011011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD9A; }

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

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

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

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

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

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

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

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