Html Css Color HEX #DCB97F Straw

📋 copy color: '#DCB97F'

red 220 ◦ green 185 ◦ blue 127

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

Shades of Straw #DCB97F

Tints of Straw #DCB97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.87%

R = 41.35%
G = 34.77%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB97F (or 0xDCB97F) is known color: Straw. HEX triplet: DC, B9 and 7F. RGB value is (220,185,127). Sum of RGB (Red+Green+Blue) = 220+185+127=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB97F is #234680. Grayscale: #BDBDBD. Windows color (decimal): -2311809 or 8370652. OLE color: 8370652.

HSL color Cylindrical-coordinate representation of color #DCB97F: hue angle of 37.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB97F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 127 -
CMYK 0 0.16 0.42 0.14
HSL 37.42º 0.57% 0.68% -
HSV(B) 37.42º 0.42% 0.86% -
XYZ 50.69 51.45 27.34 -
YUV 188.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 220 185 127 0 0.16 0.42 0.14 37.42 0.57 0.68
Hex DC B9 7F 0 10 2A E 25 39 44
Octal 334 271 177 0 20 52 16 45 71 104
Binary 11011100 10111001 1111111 0 10000 101010 1110 100101 111001 1000100

Color Harmonies of #DCB97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB97F

Black with #DCB97F

Text Example


Text Example

White with #DCB97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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