#D5A882

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

Shades of Cameo #D5A882

Tints of Cameo #D5A882

Color information

#D5A882 (or 0xD5A882) is unknown color: approx Cameo. HEX triplet: D5, A8 and 82. RGB value is (213,168,130). Sum of RGB (Red+Green+Blue) = 213+168+130=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A882 is #2A577D. Grayscale: #B1B1B1. Windows color (decimal): -2774910 or 8562901. OLE color: 8562901.

HSL color Cylindrical-coordinate representation of color #D5A882: hue angle of 27.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5A882 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213168130-
CMYK00.210.390.16
HSL27.47º49.7%67.25%-
HSV(B)27.47º38.97%83.53%-
XYZ45.4743.7627.17-
YUV177.12101.41153.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=41.68%
G=32.88%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316813000.210.390.1627.4749.767.25
HexD5A88201527101b3243
Octal32525020202547203362103
Binary11010101101010001000001001010110011110000110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A882; }

 p { color: rgb(213,168,130); }

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

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

 a { background-color: rgb(213,168,130); }

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

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

 span { border-color: rgb(213,168,130); }

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