#DCB674

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

Shades of Straw #DCB674

Tints of Straw #DCB674

Color information

#DCB674 (or 0xDCB674) is unknown color: approx Straw. HEX triplet: DC, B6 and 74. RGB value is (220,182,116). Sum of RGB (Red+Green+Blue) = 220+182+116=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB674 is #23498B. Grayscale: #BABABA. Windows color (decimal): -2312588 or 7648988. OLE color: 7648988.

HSL color Cylindrical-coordinate representation of color #DCB674: hue angle of 38.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB674 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB220182116-
CMYK00.170.470.14
HSL38.08º59.77%65.88%-
HSV(B)38.08º47.27%86.27%-
XYZ49.449.9323.56-
YUV185.8488.59152.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=42.47%
G=35.14%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018211600.170.470.1438.0859.7765.88
HexDCB6740112FE263c42
Octal33426616402157164674102
Binary1101110010110110111010001000110111111101001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB674; }

 p { color: rgb(220,182,116); }

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

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

 a { background-color: rgb(220,182,116); }

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

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

 span { border-color: rgb(220,182,116); }

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