#D0BEA7

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

Shades of Soft Amber #D0BEA7

Tints of Soft Amber #D0BEA7

Color information

#D0BEA7 (or 0xD0BEA7) is unknown color: approx Soft Amber. HEX triplet: D0, BE and A7. RGB value is (208,190,167). Sum of RGB (Red+Green+Blue) = 208+190+167=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEA7 is #2F4158. Grayscale: #C0C0C0. Windows color (decimal): -3096921 or 10993360. OLE color: 10993360.

HSL color Cylindrical-coordinate representation of color #D0BEA7: hue angle of 33.66º 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 #D0BEA7 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208190167-
CMYK00.090.200.18
HSL33.66º30.37%73.53%-
HSV(B)33.66º19.71%81.57%-
XYZ51.453.0344.09-
YUV192.76113.46138.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=36.81%
G=33.63%
B=29.56%

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
Decimal20819016700.090.200.1833.6630.3773.53
HexD0BEA7091412221e4a
Octal32027624701124224236112
Binary110100001011111010100111010011010010010100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEA7; }

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

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

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

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

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

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

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

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