#D29D7B

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

Shades of Cameo #D29D7B

Tints of Cameo #D29D7B

Color information

#D29D7B (or 0xD29D7B) is unknown color: approx Cameo. HEX triplet: D2, 9D and 7B. RGB value is (210,157,123). Sum of RGB (Red+Green+Blue) = 210+157+123=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D7B is #2D6284. Grayscale: #A9A9A9. Windows color (decimal): -2974341 or 8101330. OLE color: 8101330.

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

Color convert

RGB210157123-
CMYK00.250.410.18
HSL23.45º49.15%65.29%-
HSV(B)23.45º41.43%82.35%-
XYZ42.2139.2524.09-
YUV168.97102.06157.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=42.86%
G=32.04%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015712300.250.410.1823.4549.1565.29
HexD29D7B0192912173141
Octal32223517303151222761101
Binary1101001010011101111101101100110100110010101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D7B; }

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

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

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

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

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

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

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

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