#DB716D

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

Shades of Geraldine #DB716D

Tints of Geraldine #DB716D

Color information

#DB716D (or 0xDB716D) is unknown color: approx Geraldine. HEX triplet: DB, 71 and 6D. RGB value is (219,113,109). Sum of RGB (Red+Green+Blue) = 219+113+109=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB716D is #248E92. Grayscale: #909090. Windows color (decimal): -2395795 or 7172571. OLE color: 7172571.

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

Color convert

RGB219113109-
CMYK00.480.500.14
HSL2.18º60.44%64.31%-
HSV(B)2.18º50.23%85.88%-
XYZ37.8827.9717.87-
YUV144.24108.12181.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=49.66%
G=25.62%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911310900.480.500.142.1860.4464.31
HexDB716D03032E23c40
Octal3331611550606216274100
Binary110110111110001110110101100001100101110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB716D; }

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

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

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

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

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

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

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

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