#D2BFAB

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

Shades of Soft Amber #D2BFAB

Tints of Soft Amber #D2BFAB

Color information

#D2BFAB (or 0xD2BFAB) is unknown color: approx Soft Amber. HEX triplet: D2, BF and AB. RGB value is (210,191,171). Sum of RGB (Red+Green+Blue) = 210+191+171=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BFAB is #2D4054. Grayscale: #C2C2C2. Windows color (decimal): -2965589 or 11255762. OLE color: 11255762.

HSL color Cylindrical-coordinate representation of color #D2BFAB: hue angle of 30.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2BFAB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210191171-
CMYK00.090.190.18
HSL30.77º30.23%74.71%-
HSV(B)30.77º18.57%82.35%-
XYZ52.5653.946.16-
YUV194.4114.79139.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=36.71%
G=33.39%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019117100.090.190.1830.7730.2374.71
HexD2BFAB0913121f1e4b
Octal32227725301123223736113
Binary11010010101111111010101101001100111001011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFAB; }

 p { color: rgb(210,191,171); }

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

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

 a { background-color: rgb(210,191,171); }

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

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

 span { border-color: rgb(210,191,171); }

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