#DFCB95

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

Shades of Double Colonial White #DFCB95

Tints of Double Colonial White #DFCB95

Color information

#DFCB95 (or 0xDFCB95) is unknown color: approx Double Colonial White. HEX triplet: DF, CB and 95. RGB value is (223,203,149). Sum of RGB (Red+Green+Blue) = 223+203+149=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB95 is #20346A. Grayscale: #CBCBCB. Windows color (decimal): -2110571 or 9817055. OLE color: 9817055.

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

Color convert

RGB223203149-
CMYK00.090.330.13
HSL43.78º53.62%72.94%-
HSV(B)43.78º33.18%87.45%-
XYZ57.2160.5737.11-
YUV202.8297.63142.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=38.78%
G=35.30%
B=25.91%

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
Decimal22320314900.090.330.1343.7853.6272.94
HexDFCB950921D2c3649
Octal33731322501141155466111
Binary1101111111001011100101010100110000111011011001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB95; }

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

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

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

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

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

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

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

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