#D29F73

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

Shades of Cameo #D29F73

Tints of Cameo #D29F73

Color information

#D29F73 (or 0xD29F73) is unknown color: approx Cameo. HEX triplet: D2, 9F and 73. RGB value is (210,159,115). Sum of RGB (Red+Green+Blue) = 210+159+115=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F73 is #2D608C. Grayscale: #A9A9A9. Windows color (decimal): -2973837 or 7577554. OLE color: 7577554.

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

Color convert

RGB210159115-
CMYK00.240.450.18
HSL27.79º51.35%63.73%-
HSV(B)27.79º45.24%82.35%-
XYZ42.0739.7421.67-
YUV169.2397.4157.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=43.39%
G=32.85%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015911500.240.450.1827.7951.3563.73
HexD29F730182D121c3340
Octal32223716303055223463100
Binary1101001010011111111001101100010110110010111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F73; }

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

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

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

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

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

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

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

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