#D3A880

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

Shades of Cameo #D3A880

Tints of Cameo #D3A880

Color information

#D3A880 (or 0xD3A880) is unknown color: approx Cameo. HEX triplet: D3, A8 and 80. RGB value is (211,168,128). Sum of RGB (Red+Green+Blue) = 211+168+128=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A880 is #2C577F. Grayscale: #B0B0B0. Windows color (decimal): -2905984 or 8431827. OLE color: 8431827.

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

Color convert

RGB211168128-
CMYK00.200.390.17
HSL28.92º48.54%66.47%-
HSV(B)28.92º39.34%82.75%-
XYZ44.7643.4126.44-
YUV176.3100.75152.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.62%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=41.62%
G=33.14%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116812800.200.390.1728.9248.5466.47
HexD3A88001427111d3142
Octal32325020002447213561102
Binary11010011101010001000000001010010011110001111011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A880; }

 p { color: rgb(211,168,128); }

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

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

 a { background-color: rgb(211,168,128); }

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

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

 span { border-color: rgb(211,168,128); }

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