#D19D80

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

Shades of Cameo #D19D80

Tints of Cameo #D19D80

Color information

#D19D80 (or 0xD19D80) is unknown color: approx Cameo. HEX triplet: D1, 9D and 80. RGB value is (209,157,128). Sum of RGB (Red+Green+Blue) = 209+157+128=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D80 is #2E627F. Grayscale: #A9A9A9. Windows color (decimal): -3039872 or 8429009. OLE color: 8429009.

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

Color convert

RGB209157128-
CMYK00.250.390.18
HSL21.48º46.82%66.08%-
HSV(B)21.48º38.76%81.96%-
XYZ42.2539.2325.77-
YUV169.24104.73156.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=42.31%
G=31.78%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915712800.250.390.1821.4846.8266.08
HexD19D800192712152f42
Octal32123520003147222557102
Binary11010001100111011000000001100110011110010101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D80; }

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

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

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

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

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

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

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

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