#DFCD9E

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

Shades of Double Colonial White #DFCD9E

Tints of Double Colonial White #DFCD9E

Color information

#DFCD9E (or 0xDFCD9E) is unknown color: approx Double Colonial White. HEX triplet: DF, CD and 9E. RGB value is (223,205,158). Sum of RGB (Red+Green+Blue) = 223+205+158=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD9E is #203261. Grayscale: #CDCDCD. Windows color (decimal): -2110050 or 10407391. OLE color: 10407391.

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

Color convert

RGB223205158-
CMYK00.080.290.13
HSL43.38º50.39%74.71%-
HSV(B)43.38º29.15%87.45%-
XYZ58.4361.8241.2-
YUV205.02101.46140.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=38.05%
G=34.98%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320515800.080.290.1343.3850.3974.71
HexDFCD9E081DD2b324b
Octal33731523601035155362113
Binary110111111100110110011110010001110111011010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD9E; }

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

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

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

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

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

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

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

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