#D7C2A5

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

Shades of Soft Amber #D7C2A5

Tints of Soft Amber #D7C2A5

Color information

#D7C2A5 (or 0xD7C2A5) is unknown color: approx Soft Amber. HEX triplet: D7, C2 and A5. RGB value is (215,194,165). Sum of RGB (Red+Green+Blue) = 215+194+165=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2A5 is #283D5A. Grayscale: #C5C5C5. Windows color (decimal): -2637147 or 10863319. OLE color: 10863319.

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

Color convert

RGB215194165-
CMYK00.100.230.16
HSL34.8º38.46%74.51%-
HSV(B)34.8º23.26%84.31%-
XYZ54.1155.7543.51-
YUV196.97109.96140.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=37.46%
G=33.80%
B=28.75%

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
Decimal21519416500.100.230.1634.838.4674.51
HexD7C2A50A171023264b
Octal32730224501227204346113
Binary1101011111000010101001010101010111100001000111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2A5; }

 p { color: rgb(215,194,165); }

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

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

 a { background-color: rgb(215,194,165); }

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

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

 span { border-color: rgb(215,194,165); }

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