#D6BB83

Color #D6BB83 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #D6BB83

Tints of Straw #D6BB83

Color information

#D6BB83 (or 0xD6BB83) is unknown color: approx Straw. HEX triplet: D6, BB and 83. RGB value is (214,187,131). Sum of RGB (Red+Green+Blue) = 214+187+131=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB83 is #29447C. Grayscale: #BCBCBC. Windows color (decimal): -2704509 or 8633302. OLE color: 8633302.

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

Color convert

RGB214187131-
CMYK00.130.390.16
HSL40.48º50.3%67.65%-
HSV(B)40.48º38.79%83.92%-
XYZ49.651.4828.79-
YUV188.6995.45146.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 131 (51.56% from 255) = 24.62%
R=40.23%
G=35.15%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418713100.130.390.1640.4850.367.65
HexD6BB830D2710283244
Octal32627320301547205062104
Binary11010110101110111000001101101100111100001010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB83; }

 p { color: rgb(214,187,131); }

 H1.HeaderClassName
 {
   color: #D6BB83;
 }
 .AnyTagClassName
 {
   color: #D6BB83;
 }
</style>
background-color css

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

 a { background-color: rgb(214,187,131); }

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

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

 span { border-color: rgb(214,187,131); }

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