#DFCF93

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

Shades of Double Colonial White #DFCF93

Tints of Double Colonial White #DFCF93

Color information

#DFCF93 (or 0xDFCF93) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 93. RGB value is (223,207,147). Sum of RGB (Red+Green+Blue) = 223+207+147=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF93 is #20306C. Grayscale: #CDCDCD. Windows color (decimal): -2109549 or 9687007. OLE color: 9687007.

HSL color Cylindrical-coordinate representation of color #DFCF93: hue angle of 47.37º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFCF93 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223207147-
CMYK00.070.340.13
HSL47.37º54.29%72.55%-
HSV(B)47.37º34.08%87.45%-
XYZ58.0162.4236.59-
YUV204.9495.3140.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=38.65%
G=35.88%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320714700.070.340.1347.3754.2972.55
HexDFCF930722D2f3649
Octal3373172230742155766111
Binary110111111100111110010011011110001011011011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF93; }

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

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

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

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

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

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

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

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