#DCBA7B

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

Shades of Straw #DCBA7B

Tints of Straw #DCBA7B

Color information

#DCBA7B (or 0xDCBA7B) is unknown color: approx Straw. HEX triplet: DC, BA and 7B. RGB value is (220,186,123). Sum of RGB (Red+Green+Blue) = 220+186+123=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7B is #234584. Grayscale: #BDBDBD. Windows color (decimal): -2311557 or 8108764. OLE color: 8108764.

HSL color Cylindrical-coordinate representation of color #DCBA7B: hue angle of 38.97º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCBA7B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220186123-
CMYK00.150.440.14
HSL38.97º58.08%67.25%-
HSV(B)38.97º44.09%86.27%-
XYZ50.6551.7626.06-
YUV188.9890.76150.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=41.59%
G=35.16%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018612300.150.440.1438.9758.0867.25
HexDCBA7B0F2CE273a43
Octal33427217301754164772103
Binary110111001011101011110110111110110011101001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA7B; }

 p { color: rgb(220,186,123); }

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

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

 a { background-color: rgb(220,186,123); }

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

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

 span { border-color: rgb(220,186,123); }

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