Html Css Color HEX #D6BA80 Straw

📋 copy color: '#D6BA80'

red 214 ◦ green 186 ◦ blue 128

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

Shades of Straw #D6BA80

Tints of Straw #D6BA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.24%

R = 40.53%
G = 35.23%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6BA80 (or 0xD6BA80) is known color: Straw. HEX triplet: D6, BA and 80. RGB value is (214,186,128). Sum of RGB (Red+Green+Blue) = 214+186+128=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA80 is #29457F. Grayscale: #BCBCBC. Windows color (decimal): -2704768 or 8436438. OLE color: 8436438.

HSL color Cylindrical-coordinate representation of color #D6BA80: hue angle of 40.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6BA80 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 128 -
CMYK 0 0.13 0.40 0.16
HSL 40.47º 0.51% 0.67% -
HSV(B) 40.47º 0.4% 0.84% -
XYZ 49.19 50.97 27.67 -
YUV 187.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 214 186 128 0 0.13 0.40 0.16 40.47 0.51 0.67
Hex D6 BA 80 0 D 28 10 28 33 43
Octal 326 272 200 0 15 50 20 50 63 103
Binary 11010110 10111010 10000000 0 1101 101000 10000 101000 110011 1000011

Color Harmonies of #D6BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA80

Black with #D6BA80

Text Example


Text Example

White with #D6BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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