#D29F7C

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

Shades of Cameo #D29F7C

Tints of Cameo #D29F7C

Color information

#D29F7C (or 0xD29F7C) is unknown color: approx Cameo. HEX triplet: D2, 9F and 7C. RGB value is (210,159,124). Sum of RGB (Red+Green+Blue) = 210+159+124=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F7C is #2D6083. Grayscale: #AAAAAA. Windows color (decimal): -2973828 or 8167378. OLE color: 8167378.

HSL color Cylindrical-coordinate representation of color #D29F7C: hue angle of 24.42º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D29F7C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210159124-
CMYK00.240.410.18
HSL24.42º48.86%65.49%-
HSV(B)24.42º40.95%82.35%-
XYZ42.6139.9524.53-
YUV170.26101.9156.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=42.60%
G=32.25%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015912400.240.410.1824.4248.8665.49
HexD29F7C0182912183141
Octal32223717403051223061101
Binary1101001010011111111110001100010100110010110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F7C; }

 p { color: rgb(210,159,124); }

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

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

 a { background-color: rgb(210,159,124); }

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

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

 span { border-color: rgb(210,159,124); }

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