#DFCB9D

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

Shades of Double Colonial White #DFCB9D

Tints of Double Colonial White #DFCB9D

Color information

#DFCB9D (or 0xDFCB9D) is unknown color: approx Double Colonial White. HEX triplet: DF, CB and 9D. RGB value is (223,203,157). Sum of RGB (Red+Green+Blue) = 223+203+157=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB9D is #203462. Grayscale: #CBCBCB. Windows color (decimal): -2110563 or 10341343. OLE color: 10341343.

HSL color Cylindrical-coordinate representation of color #DFCB9D: hue angle of 41.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCB9D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223203157-
CMYK00.090.300.13
HSL41.82º50.77%74.51%-
HSV(B)41.82º29.6%87.45%-
XYZ57.8760.8340.59-
YUV203.74101.63141.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 157 (61.72% from 255) = 26.93%
R=38.25%
G=34.82%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320315700.090.300.1341.8250.7774.51
HexDFCB9D091ED2a334b
Octal33731323501136155263113
Binary110111111100101110011101010011111011011010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB9D; }

 p { color: rgb(223,203,157); }

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

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

 a { background-color: rgb(223,203,157); }

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

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

 span { border-color: rgb(223,203,157); }

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