#DA716F

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

Shades of Geraldine #DA716F

Tints of Geraldine #DA716F

Color information

#DA716F (or 0xDA716F) is unknown color: approx Geraldine. HEX triplet: DA, 71 and 6F. RGB value is (218,113,111). Sum of RGB (Red+Green+Blue) = 218+113+111=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA716F is #258E90. Grayscale: #909090. Windows color (decimal): -2461329 or 7303642. OLE color: 7303642.

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

Color convert

RGB218113111-
CMYK00.480.490.15
HSL1.12º59.12%64.51%-
HSV(B)1.12º49.08%85.49%-
XYZ37.6927.8618.43-
YUV144.17109.29180.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=49.32%
G=25.57%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811311100.480.490.151.1259.1264.51
HexDA716F03031F13b41
Octal3321611570606117173101
Binary11011010111000111011110110000110001111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA716F; }

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

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

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

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

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

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

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

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