#DFCFA0

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

Shades of Double Colonial White #DFCFA0

Tints of Double Colonial White #DFCFA0

Color information

#DFCFA0 (or 0xDFCFA0) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and A0. RGB value is (223,207,160). Sum of RGB (Red+Green+Blue) = 223+207+160=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFA0 is #20305F. Grayscale: #CECECE. Windows color (decimal): -2109536 or 10538975. OLE color: 10538975.

HSL color Cylindrical-coordinate representation of color #DFCFA0: hue angle of 44.76º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFCFA0 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB223207160-
CMYK00.070.280.13
HSL44.76º49.61%75.1%-
HSV(B)44.76º28.25%87.45%-
XYZ59.0962.8542.27-
YUV206.43101.8139.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=37.80%
G=35.08%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320716000.070.280.1344.7649.6175.1
HexDFCFA0071CD2d324b
Octal3373172400734155562113
Binary11011111110011111010000001111110011011011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFA0; }

 p { color: rgb(223,207,160); }

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

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

 a { background-color: rgb(223,207,160); }

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

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

 span { border-color: rgb(223,207,160); }

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