#DFCF9C

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

Shades of Double Colonial White #DFCF9C

Tints of Double Colonial White #DFCF9C

Color information

#DFCF9C (or 0xDFCF9C) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 9C. RGB value is (223,207,156). Sum of RGB (Red+Green+Blue) = 223+207+156=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9C is #203063. Grayscale: #CECECE. Windows color (decimal): -2109540 or 10276831. OLE color: 10276831.

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

Color convert

RGB223207156-
CMYK00.070.300.13
HSL45.67º51.15%74.31%-
HSV(B)45.67º30.04%87.45%-
XYZ58.7562.7140.46-
YUV205.9799.8140.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 156 (61.33% from 255) = 26.62%
R=38.05%
G=35.32%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320715600.070.300.1345.6751.1574.31
HexDFCF9C071ED2e334a
Octal3373172340736155663112
Binary11011111110011111001110001111111011011011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF9C; }

 p { color: rgb(223,207,156); }

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

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

 a { background-color: rgb(223,207,156); }

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

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

 span { border-color: rgb(223,207,156); }

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