#DB746D

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

Shades of Geraldine #DB746D

Tints of Geraldine #DB746D

Color information

#DB746D (or 0xDB746D) is unknown color: approx Geraldine. HEX triplet: DB, 74 and 6D. RGB value is (219,116,109). Sum of RGB (Red+Green+Blue) = 219+116+109=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB746D is #248B92. Grayscale: #929292. Windows color (decimal): -2395027 or 7173339. OLE color: 7173339.

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

Color convert

RGB219116109-
CMYK00.470.500.14
HSL3.82º60.44%64.31%-
HSV(B)3.82º50.23%85.88%-
XYZ38.2228.6517.98-
YUV146107.12180.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=49.32%
G=26.13%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911610900.470.500.143.8260.4464.31
HexDB746D02F32E43c40
Octal3331641550576216474100
Binary1101101111101001101101010111111001011101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB746D; }

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

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

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

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

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

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

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

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