#D29E7E

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

Shades of Cameo #D29E7E

Tints of Cameo #D29E7E

Color information

#D29E7E (or 0xD29E7E) is unknown color: approx Cameo. HEX triplet: D2, 9E and 7E. RGB value is (210,158,126). Sum of RGB (Red+Green+Blue) = 210+158+126=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E7E is #2D6181. Grayscale: #AAAAAA. Windows color (decimal): -2974082 or 8298194. OLE color: 8298194.

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

Color convert

RGB210158126-
CMYK00.250.40.18
HSL22.86º48.28%65.88%-
HSV(B)22.86º40%82.35%-
XYZ42.5739.6625.15-
YUV169.9103.23156.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=42.51%
G=31.98%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015812600.250.40.1822.8648.2865.88
HexD29E7E0192812173042
Octal32223617603150222760102
Binary1101001010011110111111001100110100010010101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29E7E; }

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

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

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

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

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

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

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

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