#D5C089

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

Shades of Straw #D5C089

Tints of Straw #D5C089

Color information

#D5C089 (or 0xD5C089) is unknown color: approx Straw. HEX triplet: D5, C0 and 89. RGB value is (213,192,137). Sum of RGB (Red+Green+Blue) = 213+192+137=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C089 is #2A3F76. Grayscale: #C0C0C0. Windows color (decimal): -2768759 or 9027797. OLE color: 9027797.

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

Color convert

RGB213192137-
CMYK00.100.360.16
HSL43.42º47.5%68.63%-
HSV(B)43.42º35.68%83.53%-
XYZ50.8153.6531.34-
YUV192.0196.96142.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=39.30%
G=35.42%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319213700.100.360.1643.4247.568.63
HexD5C0890A24102b3045
Octal32530021101244205360105
Binary11010101110000001000100101010100100100001010111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C089; }

 p { color: rgb(213,192,137); }

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

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

 a { background-color: rgb(213,192,137); }

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

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

 span { border-color: rgb(213,192,137); }

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