#DA706D

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

Shades of Geraldine #DA706D

Tints of Geraldine #DA706D

Color information

#DA706D (or 0xDA706D) is unknown color: approx Geraldine. HEX triplet: DA, 70 and 6D. RGB value is (218,112,109). Sum of RGB (Red+Green+Blue) = 218+112+109=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA706D is #258F92. Grayscale: #8F8F8F. Windows color (decimal): -2461587 or 7172314. OLE color: 7172314.

HSL color Cylindrical-coordinate representation of color #DA706D: hue angle of 1.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA706D is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218112109-
CMYK00.490.50.15
HSL1.65º59.56%64.12%-
HSV(B)1.65º50%85.49%-
XYZ37.4727.617.82-
YUV143.35108.62181.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=49.66%
G=25.51%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811210900.490.50.151.6559.5664.12
HexDA706D03132F23c40
Octal3321601550616217274100
Binary110110101110000110110101100011100101111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA706D; }

 p { color: rgb(218,112,109); }

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

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

 a { background-color: rgb(218,112,109); }

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

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

 span { border-color: rgb(218,112,109); }

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