#DFC693

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

Shades of Double Colonial White #DFC693

Tints of Double Colonial White #DFC693

Color information

#DFC693 (or 0xDFC693) is unknown color: approx Double Colonial White. HEX triplet: DF, C6 and 93. RGB value is (223,198,147). Sum of RGB (Red+Green+Blue) = 223+198+147=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC693 is #20396C. Grayscale: #C7C7C7. Windows color (decimal): -2111853 or 9684703. OLE color: 9684703.

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

Color convert

RGB223198147-
CMYK00.110.340.13
HSL40.26º54.29%72.55%-
HSV(B)40.26º34.08%87.45%-
XYZ55.8958.1835.89-
YUV199.6698.28144.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 147 (57.81% from 255) = 25.88%
R=39.26%
G=34.86%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319814700.110.340.1340.2654.2972.55
HexDFC6930B22D283649
Octal33730622301342155066111
Binary1101111111000110100100110101110001011011010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC693; }

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

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

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

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

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

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

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

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