#D29D84

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

Shades of Cameo #D29D84

Tints of Cameo #D29D84

Color information

#D29D84 (or 0xD29D84) is unknown color: approx Cameo. HEX triplet: D2, 9D and 84. RGB value is (210,157,132). Sum of RGB (Red+Green+Blue) = 210+157+132=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D84 is #2D627B. Grayscale: #AAAAAA. Windows color (decimal): -2974332 or 8691154. OLE color: 8691154.

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

Color convert

RGB210157132-
CMYK00.250.370.18
HSL19.23º46.43%67.06%-
HSV(B)19.23º37.14%82.35%-
XYZ42.839.4827.19-
YUV170106.56156.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=42.08%
G=31.46%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015713200.250.370.1819.2346.4367.06
HexD29D840192512132e43
Octal32223520403145222356103
Binary11010010100111011000010001100110010110010100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D84; }

 p { color: rgb(210,157,132); }

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

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

 a { background-color: rgb(210,157,132); }

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

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

 span { border-color: rgb(210,157,132); }

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