#dc706a

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

Shades of Geraldine #DC706A

Tints of Geraldine #DC706A

Color information

#DC706A (or 0xDC706A) is unknown color: approx Geraldine. HEX triplet: DC, 70 and 6A. RGB value is (220,112,106). Sum of RGB (Red+Green+Blue) = 220+112+106=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC706A is #238F95. Grayscale: #8F8F8F. Windows color (decimal): -2330518 or 6975708. OLE color: 6975708.

HSL color Cylindrical-coordinate representation of color #DC706A: hue angle of 3.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC706A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220112106-
CMYK00.490.520.14
HSL3.16º61.96%63.92%-
HSV(B)3.16º51.82%86.27%-
XYZ37.9127.8417.01-
YUV143.61106.78182.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=50.23%
G=25.57%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011210600.490.520.143.1661.9663.92
HexDC706A03134E33e40
Octal3341601520616416376100
Binary110111001110000110101001100011101001110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc706a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc706a; }

 p { color: rgb(220,112,106); }

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

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

 a { background-color: rgb(220,112,106); }

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

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

 span { border-color: rgb(220,112,106); }

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