Html Css Color HEX #DCB876 Straw

📋 copy color: '#DCB876'

red 220 ◦ green 184 ◦ blue 118

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

Shades of Straw #DCB876

Tints of Straw #DCB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

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

R = 42.15%
G = 35.25%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCB876 (or 0xDCB876) is known color: Straw. HEX triplet: DC, B8 and 76. RGB value is (220,184,118). Sum of RGB (Red+Green+Blue) = 220+184+118=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB876 is #234789. Grayscale: #BBBBBB. Windows color (decimal): -2312074 or 7780572. OLE color: 7780572.

HSL color Cylindrical-coordinate representation of color #DCB876: hue angle of 38.82º 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 #DCB876 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 118 -
CMYK 0 0.16 0.46 0.14
HSL 38.82º 0.59% 0.66% -
HSV(B) 38.82º 0.46% 0.86% -
XYZ 49.93 50.8 24.31 -
YUV 187.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 220 184 118 0 0.16 0.46 0.14 38.82 0.59 0.66
Hex DC B8 76 0 10 2E E 27 3B 42
Octal 334 270 166 0 20 56 16 47 73 102
Binary 11011100 10111000 1110110 0 10000 101110 1110 100111 111011 1000010

Color Harmonies of #DCB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB876

Black with #DCB876

Text Example


Text Example

White with #DCB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB876; }

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

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

background-color css

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

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

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

border-color css

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

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

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