#da716b

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

Shades of Geraldine #DA716B

Tints of Geraldine #DA716B

Color information

#DA716B (or 0xDA716B) is unknown color: approx Geraldine. HEX triplet: DA, 71 and 6B. RGB value is (218,113,107). Sum of RGB (Red+Green+Blue) = 218+113+107=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA716B is #258E94. Grayscale: #8F8F8F. Windows color (decimal): -2461333 or 7041498. OLE color: 7041498.

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

Color convert

RGB218113107-
CMYK00.480.510.15
HSL3.24º60%63.73%-
HSV(B)3.24º50.92%85.49%-
XYZ37.4727.7817.3-
YUV143.71107.29180.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=49.77%
G=25.80%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811310700.480.510.153.246063.73
HexDA716B03033F33c40
Octal3321611530606317374100
Binary110110101110001110101101100001100111111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da716b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da716b; }

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

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

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

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

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

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

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

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