#DFCB94

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

Shades of Double Colonial White #DFCB94

Tints of Double Colonial White #DFCB94

Color information

#DFCB94 (or 0xDFCB94) is unknown color: approx Double Colonial White. HEX triplet: DF, CB and 94. RGB value is (223,203,148). Sum of RGB (Red+Green+Blue) = 223+203+148=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB94 is #20346B. Grayscale: #CACACA. Windows color (decimal): -2110572 or 9751519. OLE color: 9751519.

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

Color convert

RGB223203148-
CMYK00.090.340.13
HSL44º53.96%72.75%-
HSV(B)44º33.63%87.45%-
XYZ57.1360.5436.69-
YUV202.7197.13142.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=38.85%
G=35.37%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320314800.090.340.134453.9672.75
HexDFCB940922D2c3649
Octal33731322401142155466111
Binary1101111111001011100101000100110001011011011001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB94; }

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

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

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

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

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

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

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

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