#D19D82

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

Shades of Cameo #D19D82

Tints of Cameo #D19D82

Color information

#D19D82 (or 0xD19D82) is unknown color: approx Cameo. HEX triplet: D1, 9D and 82. RGB value is (209,157,130). Sum of RGB (Red+Green+Blue) = 209+157+130=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D82 is #2E627D. Grayscale: #A9A9A9. Windows color (decimal): -3039870 or 8560081. OLE color: 8560081.

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

Color convert

RGB209157130-
CMYK00.250.380.18
HSL20.51º46.2%66.47%-
HSV(B)20.51º37.8%81.96%-
XYZ42.3839.2826.47-
YUV169.47105.73156.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=42.14%
G=31.65%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915713000.250.380.1820.5146.266.47
HexD19D820192612152e42
Octal32123520203146222556102
Binary11010001100111011000001001100110011010010101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D82; }

 p { color: rgb(209,157,130); }

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

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

 a { background-color: rgb(209,157,130); }

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

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

 span { border-color: rgb(209,157,130); }

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