#DA6F6F

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

Shades of Geraldine #DA6F6F

Tints of Geraldine #DA6F6F

Color information

#DA6F6F (or 0xDA6F6F) is unknown color: approx Geraldine. HEX triplet: DA, 6F and 6F. RGB value is (218,111,111). Sum of RGB (Red+Green+Blue) = 218+111+111=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F6F is #259090. Grayscale: #8F8F8F. Windows color (decimal): -2461841 or 7303130. OLE color: 7303130.

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

Color convert

RGB218111111-
CMYK00.490.490.15
HSL59.12%64.51%-
HSV(B)49.08%85.49%-
XYZ37.4727.4218.36-
YUV142.99109.95181.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=49.55%
G=25.23%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811111100.490.490.15059.1264.51
HexDA6F6F03131F03b41
Octal3321571570616117073101
Binary11011010110111111011110110001110001111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6F6F; }

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

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

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

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

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

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

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

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