Html Css Color HEX #D6BA7A Straw

📋 copy color: '#D6BA7A'

red 214 ◦ green 186 ◦ blue 122

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

Shades of Straw #D6BA7A

Tints of Straw #D6BA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

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

R = 41%
G = 35.63%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6BA7A (or 0xD6BA7A) is known color: Straw. HEX triplet: D6, BA and 7A. RGB value is (214,186,122). Sum of RGB (Red+Green+Blue) = 214+186+122=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA7A is #294585. Grayscale: #BBBBBB. Windows color (decimal): -2704774 or 8043222. OLE color: 8043222.

HSL color Cylindrical-coordinate representation of color #D6BA7A: hue angle of 41.74º 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 #D6BA7A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 122 -
CMYK 0 0.13 0.43 0.16
HSL 41.74º 0.53% 0.66% -
HSV(B) 41.74º 0.43% 0.84% -
XYZ 48.8 50.82 25.65 -
YUV 187.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 214 186 122 0 0.13 0.43 0.16 41.74 0.53 0.66
Hex D6 BA 7A 0 D 2B 10 2A 35 42
Octal 326 272 172 0 15 53 20 52 65 102
Binary 11010110 10111010 1111010 0 1101 101011 10000 101010 110101 1000010

Color Harmonies of #D6BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA7A

Black with #D6BA7A

Text Example


Text Example

White with #D6BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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