#D29D7D

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

Shades of Cameo #D29D7D

Tints of Cameo #D29D7D

Color information

#D29D7D (or 0xD29D7D) is unknown color: approx Cameo. HEX triplet: D2, 9D and 7D. RGB value is (210,157,125). Sum of RGB (Red+Green+Blue) = 210+157+125=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D7D is #2D6282. Grayscale: #A9A9A9. Windows color (decimal): -2974339 or 8232402. OLE color: 8232402.

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

Color convert

RGB210157125-
CMYK00.250.400.18
HSL22.59º48.57%65.69%-
HSV(B)22.59º40.48%82.35%-
XYZ42.3439.324.76-
YUV169.2103.06157.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=42.68%
G=31.91%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015712500.250.400.1822.5948.5765.69
HexD29D7D0192812173142
Octal32223517503150222761102
Binary1101001010011101111110101100110100010010101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D7D; }

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

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

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

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

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

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

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

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