#DA7671

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

Shades of Geraldine #DA7671

Tints of Geraldine #DA7671

Color information

#DA7671 (or 0xDA7671) is unknown color: approx Geraldine. HEX triplet: DA, 76 and 71. RGB value is (218,118,113). Sum of RGB (Red+Green+Blue) = 218+118+113=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7671 is #25898E. Grayscale: #939393. Windows color (decimal): -2460047 or 7435994. OLE color: 7435994.

HSL color Cylindrical-coordinate representation of color #DA7671: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7671 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218118113-
CMYK00.460.480.15
HSL2.86º58.66%64.9%-
HSV(B)2.86º48.17%85.49%-
XYZ38.3729.0519.21-
YUV147.33108.63178.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=48.55%
G=26.28%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811811300.460.480.152.8658.6664.9
HexDA767102E30F33b41
Octal3321661610566017373101
Binary110110101110110111000101011101100001111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7671; }

 p { color: rgb(218,118,113); }

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

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

 a { background-color: rgb(218,118,113); }

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

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

 span { border-color: rgb(218,118,113); }

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