#d8bf8c

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

Shades of Straw #D8BF8C

Tints of Straw #D8BF8C

Color information

#D8BF8C (or 0xD8BF8C) is unknown color: approx Straw. HEX triplet: D8, BF and 8C. RGB value is (216,191,140). Sum of RGB (Red+Green+Blue) = 216+191+140=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF8C is #274073. Grayscale: #C0C0C0. Windows color (decimal): -2572404 or 9224152. OLE color: 9224152.

HSL color Cylindrical-coordinate representation of color #D8BF8C: hue angle of 40.26º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8BF8C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216191140-
CMYK00.120.350.15
HSL40.26º49.35%69.8%-
HSV(B)40.26º35.19%84.71%-
XYZ51.6853.7532.46-
YUV192.6698.28144.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=39.49%
G=34.92%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619114000.120.350.1540.2649.3569.8
HexD8BF8C0C23F283146
Octal33027721401443175061106
Binary1101100010111111100011000110010001111111010001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8bf8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8bf8c; }

 p { color: rgb(216,191,140); }

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

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

 a { background-color: rgb(216,191,140); }

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

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

 span { border-color: rgb(216,191,140); }

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