#D6C184

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

Shades of Straw #D6C184

Tints of Straw #D6C184

Color information

#D6C184 (or 0xD6C184) is unknown color: approx Straw. HEX triplet: D6, C1 and 84. RGB value is (214,193,132). Sum of RGB (Red+Green+Blue) = 214+193+132=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C184 is #293E7B. Grayscale: #C0C0C0. Windows color (decimal): -2702972 or 8700374. OLE color: 8700374.

HSL color Cylindrical-coordinate representation of color #D6C184: hue angle of 44.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6C184 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214193132-
CMYK00.100.380.16
HSL44.63º50%67.84%-
HSV(B)44.63º38.32%83.92%-
XYZ50.9754.129.59-
YUV192.3293.96143.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=39.70%
G=35.81%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419313200.100.380.1644.635067.84
HexD6C1840A26102d3244
Octal32630120401246205562104
Binary11010110110000011000010001010100110100001011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C184; }

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

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

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

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

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

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

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

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