Html Css Color HEX #D6B97C Straw

📋 copy color: '#D6B97C'

red 214 ◦ green 185 ◦ blue 124

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

Shades of Straw #D6B97C

Tints of Straw #D6B97C

RGB

 RED value IS 214 (83.98% from 255) = 40.92%

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

 BLUE value IS 124 (48.83% from 255) = 23.71%

R = 40.92%
G = 35.37%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6B97C (or 0xD6B97C) is known color: Straw. HEX triplet: D6, B9 and 7C. RGB value is (214,185,124). Sum of RGB (Red+Green+Blue) = 214+185+124=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B97C is #294683. Grayscale: #BABABA. Windows color (decimal): -2705028 or 8174038. OLE color: 8174038.

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

Color convert

RGB 214 185 124 -
CMYK 0 0.14 0.42 0.16
HSL 40.67º 0.52% 0.66% -
HSV(B) 40.67º 0.42% 0.84% -
XYZ 48.72 50.45 26.24 -
YUV 186.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 214 185 124 0 0.14 0.42 0.16 40.67 0.52 0.66
Hex D6 B9 7C 0 E 2A 10 29 34 42
Octal 326 271 174 0 16 52 20 51 64 102
Binary 11010110 10111001 1111100 0 1110 101010 10000 101001 110100 1000010

Color Harmonies of #D6B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B97C

Black with #D6B97C

Text Example


Text Example

White with #D6B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B97C; }

 p { color: rgb(214,185,124); }

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

background-color css

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

 a { background-color: rgb(214,185,124); }

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

border-color css

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

 span { border-color: rgb(214,185,124); }

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