#D0BDA7

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

Shades of Soft Amber #D0BDA7

Tints of Soft Amber #D0BDA7

Color information

#D0BDA7 (or 0xD0BDA7) is unknown color: approx Soft Amber. HEX triplet: D0, BD and A7. RGB value is (208,189,167). Sum of RGB (Red+Green+Blue) = 208+189+167=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BDA7 is #2F4258. Grayscale: #C0C0C0. Windows color (decimal): -3097177 or 10993104. OLE color: 10993104.

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

Color convert

RGB208189167-
CMYK00.090.200.18
HSL32.2º30.37%73.53%-
HSV(B)32.2º19.71%81.57%-
XYZ51.1952.644.01-
YUV192.17113.79139.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 167 (65.62% from 255) = 29.61%
R=36.88%
G=33.51%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818916700.090.200.1832.230.3773.53
HexD0BDA7091412201e4a
Octal32027524701124224036112
Binary110100001011110110100111010011010010010100000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDA7; }

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

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

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

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

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

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

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

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