#D0BDA9

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

Shades of Soft Amber #D0BDA9

Tints of Soft Amber #D0BDA9

Color information

#D0BDA9 (or 0xD0BDA9) is unknown color: approx Soft Amber. HEX triplet: D0, BD and A9. RGB value is (208,189,169). Sum of RGB (Red+Green+Blue) = 208+189+169=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BDA9 is #2F4256. Grayscale: #C0C0C0. Windows color (decimal): -3097175 or 11124176. OLE color: 11124176.

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

Color convert

RGB208189169-
CMYK00.090.190.18
HSL30.77º29.32%73.92%-
HSV(B)30.77º18.75%81.57%-
XYZ51.3752.6744.99-
YUV192.4114.79139.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=36.75%
G=33.39%
B=29.86%

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
Decimal20818916900.090.190.1830.7729.3273.92
HexD0BDA90913121f1d4a
Octal32027525101123223735112
Binary11010000101111011010100101001100111001011111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDA9; }

 p { color: rgb(208,189,169); }

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

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

 a { background-color: rgb(208,189,169); }

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

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

 span { border-color: rgb(208,189,169); }

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