#DA6F6D

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

Shades of Geraldine #DA6F6D

Tints of Geraldine #DA6F6D

Color information

#DA6F6D (or 0xDA6F6D) is unknown color: approx Geraldine. HEX triplet: DA, 6F and 6D. RGB value is (218,111,109). Sum of RGB (Red+Green+Blue) = 218+111+109=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F6D is #259092. Grayscale: #8E8E8E. Windows color (decimal): -2461843 or 7172058. OLE color: 7172058.

HSL color Cylindrical-coordinate representation of color #DA6F6D: hue angle of 1.1º 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 #DA6F6D is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218111109-
CMYK00.490.50.15
HSL1.1º59.56%64.12%-
HSV(B)1.1º50%85.49%-
XYZ37.3627.3817.78-
YUV142.76108.95181.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=49.77%
G=25.34%
B=24.89%

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
Decimal21811110900.490.50.151.159.5664.12
HexDA6F6D03132F13c40
Octal3321571550616217174100
Binary11011010110111111011010110001110010111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6F6D; }

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

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

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

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

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

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

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

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