#D8C085

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

Shades of Straw #D8C085

Tints of Straw #D8C085

Color information

#D8C085 (or 0xD8C085) is unknown color: approx Straw. HEX triplet: D8, C0 and 85. RGB value is (216,192,133). Sum of RGB (Red+Green+Blue) = 216+192+133=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C085 is #273F7A. Grayscale: #C0C0C0. Windows color (decimal): -2572155 or 8765656. OLE color: 8765656.

HSL color Cylindrical-coordinate representation of color #D8C085: hue angle of 42.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8C085 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216192133-
CMYK00.110.380.15
HSL42.65º51.55%68.43%-
HSV(B)42.65º38.43%84.71%-
XYZ51.453.9929.9-
YUV192.4594.45144.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=39.93%
G=35.49%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619213300.110.380.1542.6551.5568.43
HexD8C0850B26F2b3444
Octal33030020501346175364104
Binary1101100011000000100001010101110011011111010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C085; }

 p { color: rgb(216,192,133); }

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

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

 a { background-color: rgb(216,192,133); }

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

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

 span { border-color: rgb(216,192,133); }

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