#D5C18C

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

Shades of Straw #D5C18C

Tints of Straw #D5C18C

Color information

#D5C18C (or 0xD5C18C) is unknown color: approx Straw. HEX triplet: D5, C1 and 8C. RGB value is (213,193,140). Sum of RGB (Red+Green+Blue) = 213+193+140=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C18C is #2A3E73. Grayscale: #C1C1C1. Windows color (decimal): -2768500 or 9224661. OLE color: 9224661.

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

Color convert

RGB213193140-
CMYK00.090.340.16
HSL43.56º46.5%69.22%-
HSV(B)43.56º34.27%83.53%-
XYZ51.2454.1832.57-
YUV192.9498.13142.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 140 (55.08% from 255) = 25.64%
R=39.01%
G=35.35%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319314000.090.340.1643.5646.569.22
HexD5C18C0922102c2e45
Octal32530121401142205456105
Binary11010101110000011000110001001100010100001011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C18C; }

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

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

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

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

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

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

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

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