#D6BB78

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

Shades of Straw #D6BB78

Tints of Straw #D6BB78

Color information

#D6BB78 (or 0xD6BB78) is unknown color: approx Straw. HEX triplet: D6, BB and 78. RGB value is (214,187,120). Sum of RGB (Red+Green+Blue) = 214+187+120=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB78 is #294487. Grayscale: #BBBBBB. Windows color (decimal): -2704520 or 7912406. OLE color: 7912406.

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

Color convert

RGB214187120-
CMYK00.130.440.16
HSL42.77º53.41%65.49%-
HSV(B)42.77º43.93%83.92%-
XYZ48.8951.1925.07-
YUV187.4489.95146.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=41.07%
G=35.89%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418712000.130.440.1642.7753.4165.49
HexD6BB780D2C102b3541
Octal32627317001554205365101
Binary1101011010111011111100001101101100100001010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB78; }

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

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

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

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

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

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

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

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