#D29D9D

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

Shades of Eunry #D29D9D

Tints of Eunry #D29D9D

Color information

#D29D9D (or 0xD29D9D) is unknown color: approx Eunry. HEX triplet: D2, 9D and 9D. RGB value is (210,157,157). Sum of RGB (Red+Green+Blue) = 210+157+157=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D9D is #2D6262. Grayscale: #ACACAC. Windows color (decimal): -2974307 or 10329554. OLE color: 10329554.

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

Color convert

RGB210157157-
CMYK00.250.250.18
HSL37.06%71.96%-
HSV(B)25.24%82.35%-
XYZ44.7240.2537.31-
YUV172.85119.06154.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=40.08%
G=29.96%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015715700.250.250.18037.0671.96
HexD29D9D019191202548
Octal3222352350313122045110
Binary110100101001110110011101011001110011001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D9D; }

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

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

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

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

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

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

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

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