#DFCA99

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

Shades of Double Colonial White #DFCA99

Tints of Double Colonial White #DFCA99

Color information

#DFCA99 (or 0xDFCA99) is unknown color: approx Double Colonial White. HEX triplet: DF, CA and 99. RGB value is (223,202,153). Sum of RGB (Red+Green+Blue) = 223+202+153=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA99 is #203566. Grayscale: #CACACA. Windows color (decimal): -2110823 or 10078943. OLE color: 10078943.

HSL color Cylindrical-coordinate representation of color #DFCA99: hue angle of 42º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFCA99 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223202153-
CMYK00.090.310.13
HSL42º52.24%73.73%-
HSV(B)42º31.39%87.45%-
XYZ57.360.2338.74-
YUV202.6999.96142.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=38.58%
G=34.95%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320215300.090.310.134252.2473.73
HexDFCA99091FD2a344a
Octal33731223101137155264112
Binary110111111100101010011001010011111111011010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA99; }

 p { color: rgb(223,202,153); }

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

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

 a { background-color: rgb(223,202,153); }

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

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

 span { border-color: rgb(223,202,153); }

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