#DFCF9F

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

Shades of Double Colonial White #DFCF9F

Tints of Double Colonial White #DFCF9F

Color information

#DFCF9F (or 0xDFCF9F) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 9F. RGB value is (223,207,159). Sum of RGB (Red+Green+Blue) = 223+207+159=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9F is #203060. Grayscale: #CECECE. Windows color (decimal): -2109537 or 10473439. OLE color: 10473439.

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

Color convert

RGB223207159-
CMYK00.070.290.13
HSL45º50%74.9%-
HSV(B)45º28.7%87.45%-
XYZ5962.8241.82-
YUV206.31101.3139.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=37.86%
G=35.14%
B=26.99%

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
Decimal22320715900.070.290.13455074.9
HexDFCF9F071DD2d324b
Octal3373172370735155562113
Binary11011111110011111001111101111110111011011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF9F; }

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

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

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

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

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

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

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

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