#D3A47D

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

Shades of Cameo #D3A47D

Tints of Cameo #D3A47D

Color information

#D3A47D (or 0xD3A47D) is unknown color: approx Cameo. HEX triplet: D3, A4 and 7D. RGB value is (211,164,125). Sum of RGB (Red+Green+Blue) = 211+164+125=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A47D is #2C5B82. Grayscale: #ADADAD. Windows color (decimal): -2907011 or 8234195. OLE color: 8234195.

HSL color Cylindrical-coordinate representation of color #D3A47D: hue angle of 27.21º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3A47D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211164125-
CMYK00.220.410.17
HSL27.21º49.43%65.88%-
HSV(B)27.21º40.76%82.75%-
XYZ43.8441.8825.18-
YUV173.61100.57154.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 125 (49.22% from 255) = 25%
R=42.2%
G=32.8%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116412500.220.410.1727.2149.4365.88
HexD3A47D01629111b3142
Octal32324417502651213361102
Binary1101001110100100111110101011010100110001110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A47D; }

 p { color: rgb(211,164,125); }

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

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

 a { background-color: rgb(211,164,125); }

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

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

 span { border-color: rgb(211,164,125); }

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