#DFBB8B

Color #DFBB8B Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #DFBB8B

Tints of Burly Wood #DFBB8B

Color information

#DFBB8B (or 0xDFBB8B) is unknown color: approx Burly Wood. HEX triplet: DF, BB and 8B. RGB value is (223,187,139). Sum of RGB (Red+Green+Blue) = 223+187+139=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB8B is #204474. Grayscale: #C0C0C0. Windows color (decimal): -2114677 or 9157599. OLE color: 9157599.

HSL color Cylindrical-coordinate representation of color #DFBB8B: hue angle of 34.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFBB8B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223187139-
CMYK00.160.380.13
HSL34.29º56.76%70.98%-
HSV(B)34.29º37.67%87.45%-
XYZ52.8653.0931.89-
YUV192.2997.93149.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=40.62%
G=34.06%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318713900.160.380.1334.2956.7670.98
HexDFBB8B01026D223947
Octal33727321302046154271107
Binary11011111101110111000101101000010011011011000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB8B; }

 p { color: rgb(223,187,139); }

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

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

 a { background-color: rgb(223,187,139); }

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

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

 span { border-color: rgb(223,187,139); }

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