#D6B67B

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

Shades of Straw #D6B67B

Tints of Straw #D6B67B

Color information

#D6B67B (or 0xD6B67B) is unknown color: approx Straw. HEX triplet: D6, B6 and 7B. RGB value is (214,182,123). Sum of RGB (Red+Green+Blue) = 214+182+123=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B67B is #294984. Grayscale: #B9B9B9. Windows color (decimal): -2705797 or 8107734. OLE color: 8107734.

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

Color convert

RGB214182123-
CMYK00.150.430.16
HSL38.9º52.6%66.08%-
HSV(B)38.9º42.52%83.92%-
XYZ48.0349.1825.7-
YUV184.8493.1148.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 123 (48.44% from 255) = 23.70%
R=41.23%
G=35.07%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418212300.150.430.1638.952.666.08
HexD6B67B0F2B10273542
Octal32626617301753204765102
Binary1101011010110110111101101111101011100001001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B67B; }

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

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

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

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

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

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

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

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