#D49F7E

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

Shades of Cameo #D49F7E

Tints of Cameo #D49F7E

Color information

#D49F7E (or 0xD49F7E) is unknown color: approx Cameo. HEX triplet: D4, 9F and 7E. RGB value is (212,159,126). Sum of RGB (Red+Green+Blue) = 212+159+126=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F7E is #2B6081. Grayscale: #ABABAB. Windows color (decimal): -2842754 or 8298452. OLE color: 8298452.

HSL color Cylindrical-coordinate representation of color #D49F7E: hue angle of 23.02º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D49F7E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212159126-
CMYK00.250.410.17
HSL23.02º50%66.27%-
HSV(B)23.02º40.57%83.14%-
XYZ43.3240.325.23-
YUV171.08102.56157.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 126 (49.61% from 255) = 25.35%
R=42.66%
G=31.99%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215912600.250.410.1723.025066.27
HexD49F7E0192911173242
Octal32423717603151212762102
Binary1101010010011111111111001100110100110001101111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F7E; }

 p { color: rgb(212,159,126); }

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

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

 a { background-color: rgb(212,159,126); }

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

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

 span { border-color: rgb(212,159,126); }

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