#DA7672

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

Shades of Geraldine #DA7672

Tints of Geraldine #DA7672

Color information

#DA7672 (or 0xDA7672) is unknown color: approx Geraldine. HEX triplet: DA, 76 and 72. RGB value is (218,118,114). Sum of RGB (Red+Green+Blue) = 218+118+114=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7672 is #25898D. Grayscale: #939393. Windows color (decimal): -2460046 or 7501530. OLE color: 7501530.

HSL color Cylindrical-coordinate representation of color #DA7672: hue angle of 2.31º degrees, saturation: 0.58, 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 #DA7672 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218118114-
CMYK00.460.480.15
HSL2.31º58.43%65.1%-
HSV(B)2.31º47.71%85.49%-
XYZ38.4329.0819.51-
YUV147.44109.13178.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=48.44%
G=26.22%
B=25.33%

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
Decimal21811811400.460.480.152.3158.4365.1
HexDA767202E30F23a41
Octal3321661620566017272101
Binary110110101110110111001001011101100001111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7672; }

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

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

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

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

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

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

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

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