Html Css Color HEX #D6BA7B Straw

📋 copy color: '#D6BA7B'

red 214 ◦ green 186 ◦ blue 123

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

Shades of Straw #D6BA7B

Tints of Straw #D6BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.52%

R = 40.92%
G = 35.56%
B = 23.52%

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

#D6BA7B (or 0xD6BA7B) is known color: Straw. HEX triplet: D6, BA and 7B. RGB value is (214,186,123). Sum of RGB (Red+Green+Blue) = 214+186+123=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA7B is #294584. Grayscale: #BBBBBB. Windows color (decimal): -2704773 or 8108758. OLE color: 8108758.

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

Color convert

RGB 214 186 123 -
CMYK 0 0.13 0.43 0.16
HSL 41.54º 0.53% 0.66% -
HSV(B) 41.54º 0.43% 0.84% -
XYZ 48.87 50.84 25.98 -
YUV 187.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 214 186 123 0 0.13 0.43 0.16 41.54 0.53 0.66
Hex D6 BA 7B 0 D 2B 10 2A 35 42
Octal 326 272 173 0 15 53 20 52 65 102
Binary 11010110 10111010 1111011 0 1101 101011 10000 101010 110101 1000010

Color Harmonies of #D6BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA7B

Black with #D6BA7B

Text Example


Text Example

White with #D6BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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