#DFCB96

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

Shades of Double Colonial White #DFCB96

Tints of Double Colonial White #DFCB96

Color information

#DFCB96 (or 0xDFCB96) is unknown color: approx Double Colonial White. HEX triplet: DF, CB and 96. RGB value is (223,203,150). Sum of RGB (Red+Green+Blue) = 223+203+150=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB96 is #203469. Grayscale: #CBCBCB. Windows color (decimal): -2110570 or 9882591. OLE color: 9882591.

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

Color convert

RGB223203150-
CMYK00.090.330.13
HSL43.56º53.28%73.14%-
HSV(B)43.56º32.74%87.45%-
XYZ57.2960.637.53-
YUV202.9498.13142.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=38.72%
G=35.24%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320315000.090.330.1343.5653.2873.14
HexDFCB960921D2c3549
Octal33731322601141155465111
Binary1101111111001011100101100100110000111011011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB96; }

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

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

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

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

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

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

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

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