Html Css Color HEX #DCB776 Straw

📋 copy color: '#DCB776'

red 220 ◦ green 183 ◦ blue 118

#DCB776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Straw #DCB776

Tints of Straw #DCB776

RGB

 RED value IS 220 (86.33% from 255) = 42.23%

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 118 (46.48% from 255) = 22.65%

R = 42.23%
G = 35.12%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCB776 (or 0xDCB776) is known color: Straw. HEX triplet: DC, B7 and 76. RGB value is (220,183,118). Sum of RGB (Red+Green+Blue) = 220+183+118=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB776 is #234889. Grayscale: #BABABA. Windows color (decimal): -2312330 or 7780316. OLE color: 7780316.

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

Color convert

RGB 220 183 118 -
CMYK 0 0.17 0.46 0.14
HSL 38.24º 0.59% 0.66% -
HSV(B) 38.24º 0.46% 0.86% -
XYZ 49.72 50.39 24.25 -
YUV 186.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 220 183 118 0 0.17 0.46 0.14 38.24 0.59 0.66
Hex DC B7 76 0 11 2E E 26 3B 42
Octal 334 267 166 0 21 56 16 46 73 102
Binary 11011100 10110111 1110110 0 10001 101110 1110 100110 111011 1000010

Color Harmonies of #DCB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB776

Black with #DCB776

Text Example


Text Example

White with #DCB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB776; }

 p { color: rgb(220,183,118); }

 H1.HeaderClassName
 {
   color: #DCB776;
 }
 .AnyTagClassName
 {
   color: #DCB776;
 }
</style>

background-color css

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

 a { background-color: rgb(220,183,118); }

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

border-color css

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

 span { border-color: rgb(220,183,118); }

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