#D7BDA0

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

Shades of Soft Amber #D7BDA0

Tints of Soft Amber #D7BDA0

Color information

#D7BDA0 (or 0xD7BDA0) is unknown color: approx Soft Amber. HEX triplet: D7, BD and A0. RGB value is (215,189,160). Sum of RGB (Red+Green+Blue) = 215+189+160=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BDA0 is #28425F. Grayscale: #C1C1C1. Windows color (decimal): -2638432 or 10534359. OLE color: 10534359.

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

Color convert

RGB215189160-
CMYK00.120.260.16
HSL31.64º40.74%73.53%-
HSV(B)31.64º25.58%84.31%-
XYZ52.5753.3840.79-
YUV193.47109.11143.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=38.12%
G=33.51%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518916000.120.260.1631.6440.7473.53
HexD7BDA00C1A1020294a
Octal32727524001432204051112
Binary1101011110111101101000000110011010100001000001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDA0; }

 p { color: rgb(215,189,160); }

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

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

 a { background-color: rgb(215,189,160); }

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

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

 span { border-color: rgb(215,189,160); }

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