#D2C1A7

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

Shades of Soft Amber #D2C1A7

Tints of Soft Amber #D2C1A7

Color information

#D2C1A7 (or 0xD2C1A7) is unknown color: approx Soft Amber. HEX triplet: D2, C1 and A7. RGB value is (210,193,167). Sum of RGB (Red+Green+Blue) = 210+193+167=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C1A7 is #2D3E58. Grayscale: #C3C3C3. Windows color (decimal): -2965081 or 10994130. OLE color: 10994130.

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

Color convert

RGB210193167-
CMYK00.080.200.18
HSL36.28º32.33%73.92%-
HSV(B)36.28º20.48%82.35%-
XYZ52.6254.6344.33-
YUV195.12112.13138.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=36.84%
G=33.86%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019316700.080.200.1836.2832.3373.92
HexD2C1A708141224204a
Octal32230124701024224440112
Binary1101001011000001101001110100010100100101001001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1A7; }

 p { color: rgb(210,193,167); }

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

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

 a { background-color: rgb(210,193,167); }

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

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

 span { border-color: rgb(210,193,167); }

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