#DFD093

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

Shades of Double Colonial White #DFD093

Tints of Double Colonial White #DFD093

Color information

#DFD093 (or 0xDFD093) is unknown color: approx Double Colonial White. HEX triplet: DF, D0 and 93. RGB value is (223,208,147). Sum of RGB (Red+Green+Blue) = 223+208+147=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD093 is #202F6C. Grayscale: #CDCDCD. Windows color (decimal): -2109293 or 9687263. OLE color: 9687263.

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

Color convert

RGB223208147-
CMYK00.070.340.13
HSL48.16º54.29%72.55%-
HSV(B)48.16º34.08%87.45%-
XYZ58.2562.9136.68-
YUV205.5394.97140.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 147 (57.81% from 255) = 25.43%
R=38.58%
G=35.99%
B=25.43%

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
Decimal22320814700.070.340.1348.1654.2972.55
HexDFD0930722D303649
Octal3373202230742156066111
Binary110111111101000010010011011110001011011100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD093; }

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

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

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

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

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

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

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

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