#DFCD94

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

Shades of Double Colonial White #DFCD94

Tints of Double Colonial White #DFCD94

Color information

#DFCD94 (or 0xDFCD94) is unknown color: approx Double Colonial White. HEX triplet: DF, CD and 94. RGB value is (223,205,148). Sum of RGB (Red+Green+Blue) = 223+205+148=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD94 is #20326B. Grayscale: #CCCCCC. Windows color (decimal): -2110060 or 9752031. OLE color: 9752031.

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

Color convert

RGB223205148-
CMYK00.080.340.13
HSL45.6º53.96%72.75%-
HSV(B)45.6º33.63%87.45%-
XYZ57.6161.4936.85-
YUV203.8896.46141.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=38.72%
G=35.59%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320514800.080.340.1345.653.9672.75
HexDFCD940822D2e3649
Octal33731522401042155666111
Binary1101111111001101100101000100010001011011011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD94; }

 p { color: rgb(223,205,148); }

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

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

 a { background-color: rgb(223,205,148); }

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

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

 span { border-color: rgb(223,205,148); }

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