#DFBB7B

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

Shades of Straw #DFBB7B

Tints of Straw #DFBB7B

Color information

#DFBB7B (or 0xDFBB7B) is unknown color: approx Straw. HEX triplet: DF, BB and 7B. RGB value is (223,187,123). Sum of RGB (Red+Green+Blue) = 223+187+123=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB7B is #204484. Grayscale: #BEBEBE. Windows color (decimal): -2114693 or 8109023. OLE color: 8109023.

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

Color convert

RGB223187123-
CMYK00.160.450.13
HSL38.4º60.98%67.84%-
HSV(B)38.4º44.84%87.45%-
XYZ51.7852.6626.17-
YUV190.4789.93151.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 123 (48.44% from 255) = 23.08%
R=41.84%
G=35.08%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318712300.160.450.1338.460.9867.84
HexDFBB7B0102DD263d44
Octal33727317302055154675104
Binary1101111110111011111101101000010110111011001101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB7B; }

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

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

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

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

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

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

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

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