#D29F83

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

Shades of Cameo #D29F83

Tints of Cameo #D29F83

Color information

#D29F83 (or 0xD29F83) is unknown color: approx Cameo. HEX triplet: D2, 9F and 83. RGB value is (210,159,131). Sum of RGB (Red+Green+Blue) = 210+159+131=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F83 is #2D607C. Grayscale: #ABABAB. Windows color (decimal): -2973821 or 8626130. OLE color: 8626130.

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

Color convert

RGB210159131-
CMYK00.240.380.18
HSL21.27º46.75%66.86%-
HSV(B)21.27º37.62%82.35%-
XYZ43.0740.1426.95-
YUV171.06105.4155.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=42%
G=31.8%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015913100.240.380.1821.2746.7566.86
HexD29F830182612152f43
Octal32223720303046222557103
Binary11010010100111111000001101100010011010010101011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F83; }

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

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

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

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

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

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

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

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