#DFCDA0

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

Shades of Double Colonial White #DFCDA0

Tints of Double Colonial White #DFCDA0

Color information

#DFCDA0 (or 0xDFCDA0) is unknown color: approx Double Colonial White. HEX triplet: DF, CD and A0. RGB value is (223,205,160). Sum of RGB (Red+Green+Blue) = 223+205+160=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA0 is #20325F. Grayscale: #CDCDCD. Windows color (decimal): -2110048 or 10538463. OLE color: 10538463.

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

Color convert

RGB223205160-
CMYK00.080.280.13
HSL42.86º49.61%75.1%-
HSV(B)42.86º28.25%87.45%-
XYZ58.6161.8942.11-
YUV205.25102.46140.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=37.93%
G=34.86%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320516000.080.280.1342.8649.6175.1
HexDFCDA0081CD2b324b
Octal33731524001034155362113
Binary110111111100110110100000010001110011011010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDA0; }

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

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

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

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

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

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

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

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