#D29E7D

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

Shades of Cameo #D29E7D

Tints of Cameo #D29E7D

Color information

#D29E7D (or 0xD29E7D) is unknown color: approx Cameo. HEX triplet: D2, 9E and 7D. RGB value is (210,158,125). Sum of RGB (Red+Green+Blue) = 210+158+125=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E7D is #2D6182. Grayscale: #A9A9A9. Windows color (decimal): -2974083 or 8232658. OLE color: 8232658.

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

Color convert

RGB210158125-
CMYK00.250.400.18
HSL23.29º48.57%65.69%-
HSV(B)23.29º40.48%82.35%-
XYZ42.5139.6424.81-
YUV169.79102.73156.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=42.60%
G=32.05%
B=25.35%

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
Decimal21015812500.250.400.1823.2948.5765.69
HexD29E7D0192812173142
Octal32223617503150222761102
Binary1101001010011110111110101100110100010010101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29E7D; }

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

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

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

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

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

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

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

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