#D0BFAA

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

Shades of Soft Amber #D0BFAA

Tints of Soft Amber #D0BFAA

Color information

#D0BFAA (or 0xD0BFAA) is unknown color: approx Soft Amber. HEX triplet: D0, BF and AA. RGB value is (208,191,170). Sum of RGB (Red+Green+Blue) = 208+191+170=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFAA is #2F4055. Grayscale: #C1C1C1. Windows color (decimal): -3096662 or 11190224. OLE color: 11190224.

HSL color Cylindrical-coordinate representation of color #D0BFAA: hue angle of 33.16º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0BFAA is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208191170-
CMYK00.080.180.18
HSL33.16º28.79%74.12%-
HSV(B)33.16º18.27%81.57%-
XYZ51.953.5745.64-
YUV193.69114.63138.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=36.56%
G=33.57%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819117000.080.180.1833.1628.7974.12
HexD0BFAA081212211d4a
Octal32027725201022224135112
Binary110100001011111110101010010001001010010100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFAA; }

 p { color: rgb(208,191,170); }

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

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

 a { background-color: rgb(208,191,170); }

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

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

 span { border-color: rgb(208,191,170); }

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