Html Css Color HEX #D6B97A Straw

📋 copy color: '#D6B97A'

red 214 ◦ green 185 ◦ blue 122

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

Shades of Straw #D6B97A

Tints of Straw #D6B97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.42%

R = 41.07%
G = 35.51%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B97A (or 0xD6B97A) is known color: Straw. HEX triplet: D6, B9 and 7A. RGB value is (214,185,122). Sum of RGB (Red+Green+Blue) = 214+185+122=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B97A is #294685. Grayscale: #BABABA. Windows color (decimal): -2705030 or 8042966. OLE color: 8042966.

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

Color convert

RGB 214 185 122 -
CMYK 0 0.14 0.43 0.16
HSL 41.09º 0.53% 0.66% -
HSV(B) 41.09º 0.43% 0.84% -
XYZ 48.59 50.4 25.58 -
YUV 186.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 214 185 122 0 0.14 0.43 0.16 41.09 0.53 0.66
Hex D6 B9 7A 0 E 2B 10 29 35 42
Octal 326 271 172 0 16 53 20 51 65 102
Binary 11010110 10111001 1111010 0 1110 101011 10000 101001 110101 1000010

Color Harmonies of #D6B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B97A

Black with #D6B97A

Text Example


Text Example

White with #D6B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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