#DFCF9E

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

Shades of Double Colonial White #DFCF9E

Tints of Double Colonial White #DFCF9E

Color information

#DFCF9E (or 0xDFCF9E) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 9E. RGB value is (223,207,158). Sum of RGB (Red+Green+Blue) = 223+207+158=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9E is #203061. Grayscale: #CECECE. Windows color (decimal): -2109538 or 10407903. OLE color: 10407903.

HSL color Cylindrical-coordinate representation of color #DFCF9E: hue angle of 45.23º 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 #DFCF9E is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223207158-
CMYK00.070.290.13
HSL45.23º50.39%74.71%-
HSV(B)45.23º29.15%87.45%-
XYZ58.9262.7841.36-
YUV206.2100.8139.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=37.93%
G=35.20%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320715800.070.290.1345.2350.3974.71
HexDFCF9E071DD2d324b
Octal3373172360735155562113
Binary11011111110011111001111001111110111011011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF9E; }

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

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

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

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

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

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

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

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