Html Css Color HEX #DCB976 Straw

📋 copy color: '#DCB976'

red 220 ◦ green 185 ◦ blue 118

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

Shades of Straw #DCB976

Tints of Straw #DCB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 42.07%
G = 35.37%
B = 22.56%

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

#DCB976 (or 0xDCB976) is known color: Straw. HEX triplet: DC, B9 and 76. RGB value is (220,185,118). Sum of RGB (Red+Green+Blue) = 220+185+118=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB976 is #234689. Grayscale: #BCBCBC. Windows color (decimal): -2311818 or 7780828. OLE color: 7780828.

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

Color convert

RGB 220 185 118 -
CMYK 0 0.16 0.46 0.14
HSL 39.41º 0.59% 0.66% -
HSV(B) 39.41º 0.46% 0.86% -
XYZ 50.13 51.22 24.38 -
YUV 187.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 220 185 118 0 0.16 0.46 0.14 39.41 0.59 0.66
Hex DC B9 76 0 10 2E E 27 3B 42
Octal 334 271 166 0 20 56 16 47 73 102
Binary 11011100 10111001 1110110 0 10000 101110 1110 100111 111011 1000010

Color Harmonies of #DCB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB976

Black with #DCB976

Text Example


Text Example

White with #DCB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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