#D29D7A

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

Shades of Cameo #D29D7A

Tints of Cameo #D29D7A

Color information

#D29D7A (or 0xD29D7A) is unknown color: approx Cameo. HEX triplet: D2, 9D and 7A. RGB value is (210,157,122). Sum of RGB (Red+Green+Blue) = 210+157+122=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D7A is #2D6285. Grayscale: #A9A9A9. Windows color (decimal): -2974342 or 8035794. OLE color: 8035794.

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

Color convert

RGB210157122-
CMYK00.250.420.18
HSL23.86º49.44%65.1%-
HSV(B)23.86º41.9%82.35%-
XYZ42.1539.2223.76-
YUV168.86101.56157.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=42.94%
G=32.11%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015712200.250.420.1823.8649.4465.1
HexD29D7A0192A12183141
Octal32223517203152223061101
Binary1101001010011101111101001100110101010010110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D7A; }

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

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

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

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

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

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

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

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