#D6BDA0

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

Shades of Soft Amber #D6BDA0

Tints of Soft Amber #D6BDA0

Color information

#D6BDA0 (or 0xD6BDA0) is unknown color: approx Soft Amber. HEX triplet: D6, BD and A0. RGB value is (214,189,160). Sum of RGB (Red+Green+Blue) = 214+189+160=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA0 is #29425F. Grayscale: #C1C1C1. Windows color (decimal): -2703968 or 10534358. OLE color: 10534358.

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

Color convert

RGB214189160-
CMYK00.120.250.16
HSL32.22º39.71%73.33%-
HSV(B)32.22º25.23%83.92%-
XYZ52.2753.2340.78-
YUV193.17109.28142.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=38.01%
G=33.57%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418916000.120.250.1632.2239.7173.33
HexD6BDA00C1910202849
Octal32627524001431204050111
Binary1101011010111101101000000110011001100001000001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDA0; }

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

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

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

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

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

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

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

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