#DFC993

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

Shades of Double Colonial White #DFC993

Tints of Double Colonial White #DFC993

Color information

#DFC993 (or 0xDFC993) is unknown color: approx Double Colonial White. HEX triplet: DF, C9 and 93. RGB value is (223,201,147). Sum of RGB (Red+Green+Blue) = 223+201+147=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC993 is #20366C. Grayscale: #C9C9C9. Windows color (decimal): -2111085 or 9685471. OLE color: 9685471.

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

Color convert

RGB223201147-
CMYK00.100.340.13
HSL42.63º54.29%72.55%-
HSV(B)42.63º34.08%87.45%-
XYZ56.5859.5736.12-
YUV201.4297.29143.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=39.05%
G=35.20%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320114700.100.340.1342.6354.2972.55
HexDFC9930A22D2b3649
Octal33731122301242155366111
Binary1101111111001001100100110101010001011011010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC993; }

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

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

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

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

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

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

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

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