#D8C083

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

Shades of Straw #D8C083

Tints of Straw #D8C083

Color information

#D8C083 (or 0xD8C083) is unknown color: approx Straw. HEX triplet: D8, C0 and 83. RGB value is (216,192,131). Sum of RGB (Red+Green+Blue) = 216+192+131=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C083 is #273F7C. Grayscale: #C0C0C0. Windows color (decimal): -2572157 or 8634584. OLE color: 8634584.

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

Color convert

RGB216192131-
CMYK00.110.390.15
HSL43.06º52.15%68.04%-
HSV(B)43.06º39.35%84.71%-
XYZ51.2753.9429.18-
YUV192.2293.45144.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=40.07%
G=35.62%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619213100.110.390.1543.0652.1568.04
HexD8C0830B27F2b3444
Octal33030020301347175364104
Binary1101100011000000100000110101110011111111010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C083; }

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

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

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

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

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

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

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

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