Html Css Color HEX #DB7670 Geraldine

📋 copy color: '#DB7670'

red 219 ◦ green 118 ◦ blue 112

#DB7670
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #DB7670

Tints of Geraldine #DB7670

RGB

 RED value IS 219 (85.94% from 255) = 48.78%

 GREEN value IS 118 (46.48% from 255) = 26.28%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 48.78%
G = 26.28%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB7670 (or 0xDB7670) is known color: Geraldine. HEX triplet: DB, 76 and 70. RGB value is (219,118,112). Sum of RGB (Red+Green+Blue) = 219+118+112=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7670 is #24898F. Grayscale: #939393. Windows color (decimal): -2394512 or 7370459. OLE color: 7370459.

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

Color convert

RGB 219 118 112 -
CMYK 0 0.46 0.49 0.14
HSL 3.36º 0.6% 0.65% -
HSV(B) 3.36º 0.49% 0.86% -
XYZ 38.62 29.19 18.93 -
YUV 147.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 219 118 112 0 0.46 0.49 0.14 3.36 0.6 0.65
Hex DB 76 70 0 2E 31 E 3 3C 41
Octal 333 166 160 0 56 61 16 3 74 101
Binary 11011011 1110110 1110000 0 101110 110001 1110 11 111100 1000001

Color Harmonies of #DB7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7670

Black with #DB7670

Text Example


Text Example

White with #DB7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7670; }

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

 H1.HeaderClassName
 {
   color: #DB7670;
 }
 .AnyTagClassName
 {
   color: #DB7670;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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