#D3A489

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

Shades of Cameo #D3A489

Tints of Cameo #D3A489

Color information

#D3A489 (or 0xD3A489) is unknown color: approx Cameo. HEX triplet: D3, A4 and 89. RGB value is (211,164,137). Sum of RGB (Red+Green+Blue) = 211+164+137=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A489 is #2C5B76. Grayscale: #AFAFAF. Windows color (decimal): -2906999 or 9020627. OLE color: 9020627.

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

Color convert

RGB211164137-
CMYK00.220.350.17
HSL21.89º45.68%68.24%-
HSV(B)21.89º35.07%82.75%-
XYZ44.6542.2129.46-
YUV174.98106.57153.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=41.21%
G=32.03%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116413700.220.350.1721.8945.6868.24
HexD3A4890162311162e44
Octal32324421102643212656104
Binary11010011101001001000100101011010001110001101101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A489; }

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

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

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

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

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

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

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

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