#D5C2A5

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

Shades of Soft Amber #D5C2A5

Tints of Soft Amber #D5C2A5

Color information

#D5C2A5 (or 0xD5C2A5) is unknown color: approx Soft Amber. HEX triplet: D5, C2 and A5. RGB value is (213,194,165). Sum of RGB (Red+Green+Blue) = 213+194+165=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C2A5 is #2A3D5A. Grayscale: #C4C4C4. Windows color (decimal): -2768219 or 10863317. OLE color: 10863317.

HSL color Cylindrical-coordinate representation of color #D5C2A5: hue angle of 36.25º 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 #D5C2A5 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213194165-
CMYK00.090.230.16
HSL36.25º36.36%74.12%-
HSV(B)36.25º22.54%83.53%-
XYZ53.5255.4543.48-
YUV196.38110.29139.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=37.24%
G=33.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319416500.090.230.1636.2536.3674.12
HexD5C2A509171024244a
Octal32530224501127204444112
Binary1101010111000010101001010100110111100001001001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C2A5; }

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

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

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

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

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

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

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

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