#D8C181

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

Shades of Straw #D8C181

Tints of Straw #D8C181

Color information

#D8C181 (or 0xD8C181) is unknown color: approx Straw. HEX triplet: D8, C1 and 81. RGB value is (216,193,129). Sum of RGB (Red+Green+Blue) = 216+193+129=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C181 is #273E7E. Grayscale: #C0C0C0. Windows color (decimal): -2571903 or 8503768. OLE color: 8503768.

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

Color convert

RGB216193129-
CMYK00.110.400.15
HSL44.14º52.73%67.65%-
HSV(B)44.14º40.28%84.71%-
XYZ51.3554.3228.55-
YUV192.5892.12144.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=40.15%
G=35.87%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619312900.110.400.1544.1452.7367.65
HexD8C1810B28F2c3544
Octal33030120101350175465104
Binary1101100011000001100000010101110100011111011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C181; }

 p { color: rgb(216,193,129); }

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

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

 a { background-color: rgb(216,193,129); }

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

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

 span { border-color: rgb(216,193,129); }

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