#D5C0A5

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

Shades of Soft Amber #D5C0A5

Tints of Soft Amber #D5C0A5

Color information

#D5C0A5 (or 0xD5C0A5) is unknown color: approx Soft Amber. HEX triplet: D5, C0 and A5. RGB value is (213,192,165). Sum of RGB (Red+Green+Blue) = 213+192+165=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C0A5 is #2A3F5A. Grayscale: #C3C3C3. Windows color (decimal): -2768731 or 10862805. OLE color: 10862805.

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

Color convert

RGB213192165-
CMYK00.100.230.16
HSL33.75º36.36%74.12%-
HSV(B)33.75º22.54%83.53%-
XYZ53.0854.5643.33-
YUV195.2110.96140.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=37.37%
G=33.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319216500.100.230.1633.7536.3674.12
HexD5C0A50A171022244a
Octal32530024501227204244112
Binary1101010111000000101001010101010111100001000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0A5; }

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

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

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

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

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

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

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

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