Html Css Color HEX #DCB97E Straw

📋 copy color: '#DCB97E'

red 220 ◦ green 185 ◦ blue 126

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

Shades of Straw #DCB97E

Tints of Straw #DCB97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.73%

R = 41.43%
G = 34.84%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCB97E (or 0xDCB97E) is known color: Straw. HEX triplet: DC, B9 and 7E. RGB value is (220,185,126). Sum of RGB (Red+Green+Blue) = 220+185+126=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB97E is #234681. Grayscale: #BDBDBD. Windows color (decimal): -2311810 or 8305116. OLE color: 8305116.

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

Color convert

RGB 220 185 126 -
CMYK 0 0.16 0.43 0.14
HSL 37.66º 0.57% 0.68% -
HSV(B) 37.66º 0.43% 0.86% -
XYZ 50.63 51.42 27 -
YUV 188.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 220 185 126 0 0.16 0.43 0.14 37.66 0.57 0.68
Hex DC B9 7E 0 10 2B E 26 39 44
Octal 334 271 176 0 20 53 16 46 71 104
Binary 11011100 10111001 1111110 0 10000 101011 1110 100110 111001 1000100

Color Harmonies of #DCB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB97E

Black with #DCB97E

Text Example


Text Example

White with #DCB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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