#DB706D

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

Shades of Geraldine #DB706D

Tints of Geraldine #DB706D

Color information

#DB706D (or 0xDB706D) is unknown color: approx Geraldine. HEX triplet: DB, 70 and 6D. RGB value is (219,112,109). Sum of RGB (Red+Green+Blue) = 219+112+109=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB706D is #248F92. Grayscale: #8F8F8F. Windows color (decimal): -2396051 or 7172315. OLE color: 7172315.

HSL color Cylindrical-coordinate representation of color #DB706D: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB706D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219112109-
CMYK00.490.500.14
HSL1.64º60.44%64.31%-
HSV(B)1.64º50.23%85.88%-
XYZ37.7727.7517.83-
YUV143.65108.45181.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=49.77%
G=25.45%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911210900.490.500.141.6460.4464.31
HexDB706D03132E23c40
Octal3331601550616216274100
Binary110110111110000110110101100011100101110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB706D; }

 p { color: rgb(219,112,109); }

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

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

 a { background-color: rgb(219,112,109); }

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

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

 span { border-color: rgb(219,112,109); }

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