#D5C18A

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

Shades of Straw #D5C18A

Tints of Straw #D5C18A

Color information

#D5C18A (or 0xD5C18A) is unknown color: approx Straw. HEX triplet: D5, C1 and 8A. RGB value is (213,193,138). Sum of RGB (Red+Green+Blue) = 213+193+138=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C18A is #2A3E75. Grayscale: #C0C0C0. Windows color (decimal): -2768502 or 9093589. OLE color: 9093589.

HSL color Cylindrical-coordinate representation of color #D5C18A: hue angle of 44º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5C18A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213193138-
CMYK00.090.350.16
HSL44º47.17%68.82%-
HSV(B)44º35.21%83.53%-
XYZ51.154.1231.8-
YUV192.7197.13142.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=39.15%
G=35.48%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319313800.090.350.164447.1768.82
HexD5C18A0923102c2f45
Octal32530121201143205457105
Binary11010101110000011000101001001100011100001011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C18A; }

 p { color: rgb(213,193,138); }

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

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

 a { background-color: rgb(213,193,138); }

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

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

 span { border-color: rgb(213,193,138); }

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