Html Css Color HEX #D6BA84 Straw

📋 copy color: '#D6BA84'

red 214 ◦ green 186 ◦ blue 132

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

Shades of Straw #D6BA84

Tints of Straw #D6BA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.81%

R = 40.23%
G = 34.96%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6BA84 (or 0xD6BA84) is known color: Straw. HEX triplet: D6, BA and 84. RGB value is (214,186,132). Sum of RGB (Red+Green+Blue) = 214+186+132=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA84 is #29457B. Grayscale: #BCBCBC. Windows color (decimal): -2704764 or 8698582. OLE color: 8698582.

HSL color Cylindrical-coordinate representation of color #D6BA84: hue angle of 39.51º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6BA84 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 132 -
CMYK 0 0.13 0.38 0.16
HSL 39.51º 0.5% 0.68% -
HSV(B) 39.51º 0.38% 0.84% -
XYZ 49.46 51.08 29.08 -
YUV 188.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 214 186 132 0 0.13 0.38 0.16 39.51 0.5 0.68
Hex D6 BA 84 0 D 26 10 28 32 44
Octal 326 272 204 0 15 46 20 50 62 104
Binary 11010110 10111010 10000100 0 1101 100110 10000 101000 110010 1000100

Color Harmonies of #D6BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA84

Black with #D6BA84

Text Example


Text Example

White with #D6BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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