Html Css Color HEX #DCBC86 Straw

📋 copy color: '#DCBC86'

red 220 ◦ green 188 ◦ blue 134

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

Shades of Straw #DCBC86

Tints of Straw #DCBC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 40.59%
G = 34.69%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCBC86 (or 0xDCBC86) is known color: Straw. HEX triplet: DC, BC and 86. RGB value is (220,188,134). Sum of RGB (Red+Green+Blue) = 220+188+134=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC86 is #234379. Grayscale: #BFBFBF. Windows color (decimal): -2311034 or 8830172. OLE color: 8830172.

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

Color convert

RGB 220 188 134 -
CMYK 0 0.15 0.39 0.14
HSL 37.67º 0.55% 0.69% -
HSV(B) 37.67º 0.39% 0.86% -
XYZ 51.8 52.9 30.04 -
YUV 191.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 220 188 134 0 0.15 0.39 0.14 37.67 0.55 0.69
Hex DC BC 86 0 F 27 E 26 37 45
Octal 334 274 206 0 17 47 16 46 67 105
Binary 11011100 10111100 10000110 0 1111 100111 1110 100110 110111 1000101

Color Harmonies of #DCBC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC86

Black with #DCBC86

Text Example


Text Example

White with #DCBC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC86; }

 p { color: rgb(220,188,134); }

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

background-color css

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

 a { background-color: rgb(220,188,134); }

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

border-color css

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

 span { border-color: rgb(220,188,134); }

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