#D29E83

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

Shades of Cameo #D29E83

Tints of Cameo #D29E83

Color information

#D29E83 (or 0xD29E83) is unknown color: approx Cameo. HEX triplet: D2, 9E and 83. RGB value is (210,158,131). Sum of RGB (Red+Green+Blue) = 210+158+131=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E83 is #2D617C. Grayscale: #AAAAAA. Windows color (decimal): -2974077 or 8625874. OLE color: 8625874.

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

Color convert

RGB210158131-
CMYK00.250.380.18
HSL20.51º46.75%66.86%-
HSV(B)20.51º37.62%82.35%-
XYZ42.939.7926.89-
YUV170.47105.73156.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=42.08%
G=31.66%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015813100.250.380.1820.5146.7566.86
HexD29E830192612152f43
Octal32223620303146222557103
Binary11010010100111101000001101100110011010010101011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29E83; }

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

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

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

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

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

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

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

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