#DCBB7F

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

Shades of Straw #DCBB7F

Tints of Straw #DCBB7F

Color information

#DCBB7F (or 0xDCBB7F) is unknown color: approx Straw. HEX triplet: DC, BB and 7F. RGB value is (220,187,127). Sum of RGB (Red+Green+Blue) = 220+187+127=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB7F is #234480. Grayscale: #BEBEBE. Windows color (decimal): -2311297 or 8371164. OLE color: 8371164.

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

Color convert

RGB220187127-
CMYK00.150.420.14
HSL38.71º57.06%68.04%-
HSV(B)38.71º42.27%86.27%-
XYZ51.1252.2927.48-
YUV190.0392.43149.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 127 (50% from 255) = 23.78%
R=41.20%
G=35.02%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018712700.150.420.1438.7157.0668.04
HexDCBB7F0F2AE273944
Octal33427317701752164771104
Binary110111001011101111111110111110101011101001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB7F; }

 p { color: rgb(220,187,127); }

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

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

 a { background-color: rgb(220,187,127); }

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

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

 span { border-color: rgb(220,187,127); }

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