#DFCA9A

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

Shades of Double Colonial White #DFCA9A

Tints of Double Colonial White #DFCA9A

Color information

#DFCA9A (or 0xDFCA9A) is unknown color: approx Double Colonial White. HEX triplet: DF, CA and 9A. RGB value is (223,202,154). Sum of RGB (Red+Green+Blue) = 223+202+154=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA9A is #203565. Grayscale: #CBCBCB. Windows color (decimal): -2110822 or 10144479. OLE color: 10144479.

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

Color convert

RGB223202154-
CMYK00.090.310.13
HSL41.74º51.88%73.92%-
HSV(B)41.74º30.94%87.45%-
XYZ57.3860.2639.18-
YUV202.81100.46142.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=38.51%
G=34.89%
B=26.60%

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
Decimal22320215400.090.310.1341.7451.8873.92
HexDFCA9A091FD2a344a
Octal33731223201137155264112
Binary110111111100101010011010010011111111011010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA9A; }

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

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

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

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

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

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

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

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