#D2A985

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

Shades of Cameo #D2A985

Tints of Cameo #D2A985

Color information

#D2A985 (or 0xD2A985) is unknown color: approx Cameo. HEX triplet: D2, A9 and 85. RGB value is (210,169,133). Sum of RGB (Red+Green+Blue) = 210+169+133=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A985 is #2D567A. Grayscale: #B1B1B1. Windows color (decimal): -2971259 or 8759762. OLE color: 8759762.

HSL color Cylindrical-coordinate representation of color #D2A985: hue angle of 28.05º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2A985 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210169133-
CMYK00.200.370.18
HSL28.05º46.11%67.25%-
HSV(B)28.05º36.67%82.35%-
XYZ4543.7728.27-
YUV177.16103.08151.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=41.02%
G=33.01%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016913300.200.370.1828.0546.1167.25
HexD2A98501425121c2e43
Octal32225120502445223456103
Binary11010010101010011000010101010010010110010111001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A985; }

 p { color: rgb(210,169,133); }

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

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

 a { background-color: rgb(210,169,133); }

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

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

 span { border-color: rgb(210,169,133); }

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