#D0C3AD

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

Shades of Soft Amber #D0C3AD

Tints of Soft Amber #D0C3AD

Color information

#D0C3AD (or 0xD0C3AD) is unknown color: approx Soft Amber. HEX triplet: D0, C3 and AD. RGB value is (208,195,173). Sum of RGB (Red+Green+Blue) = 208+195+173=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C3AD is #2F3C52. Grayscale: #C4C4C4. Windows color (decimal): -3095635 or 11387856. OLE color: 11387856.

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

Color convert

RGB208195173-
CMYK00.060.170.18
HSL37.71º27.13%74.71%-
HSV(B)37.71º16.83%81.57%-
XYZ53.0755.4647.44-
YUV196.38114.81136.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=36.11%
G=33.85%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819517300.060.170.1837.7127.1374.71
HexD0C3AD061112261b4b
Octal3203032550621224633113
Binary11010000110000111010110101101000110010100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C3AD; }

 p { color: rgb(208,195,173); }

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

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

 a { background-color: rgb(208,195,173); }

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

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

 span { border-color: rgb(208,195,173); }

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