#D8C184

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

Shades of Straw #D8C184

Tints of Straw #D8C184

Color information

#D8C184 (or 0xD8C184) is unknown color: approx Straw. HEX triplet: D8, C1 and 84. RGB value is (216,193,132). Sum of RGB (Red+Green+Blue) = 216+193+132=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C184 is #273E7B. Grayscale: #C1C1C1. Windows color (decimal): -2571900 or 8700376. OLE color: 8700376.

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

Color convert

RGB216193132-
CMYK00.110.390.15
HSL43.57º51.85%68.24%-
HSV(B)43.57º38.89%84.71%-
XYZ51.5554.429.61-
YUV192.9293.62144.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=39.93%
G=35.67%
B=24.40%

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
Decimal21619313200.110.390.1543.5751.8568.24
HexD8C1840B27F2c3444
Octal33030120401347175464104
Binary1101100011000001100001000101110011111111011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C184; }

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

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

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

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

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

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

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

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