#D19D7F

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

Shades of Cameo #D19D7F

Tints of Cameo #D19D7F

Color information

#D19D7F (or 0xD19D7F) is unknown color: approx Cameo. HEX triplet: D1, 9D and 7F. RGB value is (209,157,127). Sum of RGB (Red+Green+Blue) = 209+157+127=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D7F is #2E6280. Grayscale: #A9A9A9. Windows color (decimal): -3039873 or 8363473. OLE color: 8363473.

HSL color Cylindrical-coordinate representation of color #D19D7F: hue angle of 21.95º 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 #D19D7F is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209157127-
CMYK00.250.390.18
HSL21.95º47.13%65.88%-
HSV(B)21.95º39.23%81.96%-
XYZ42.1839.225.42-
YUV169.13104.23156.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 127 (50% from 255) = 25.76%
R=42.39%
G=31.85%
B=25.76%

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
Decimal20915712700.250.390.1821.9547.1365.88
HexD19D7F0192712162f42
Octal32123517703147222657102
Binary1101000110011101111111101100110011110010101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D7F; }

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

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

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

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

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

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

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

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