Html Css Color HEX #DB7874 Geraldine

📋 copy color: '#DB7874'

red 219 ◦ green 120 ◦ blue 116

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

Shades of Geraldine #DB7874

Tints of Geraldine #DB7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.37%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 48.13%
G = 26.37%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7874 (or 0xDB7874) is known color: Geraldine. HEX triplet: DB, 78 and 74. RGB value is (219,120,116). Sum of RGB (Red+Green+Blue) = 219+120+116=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7874 is #24878B. Grayscale: #959595. Windows color (decimal): -2393996 or 7633115. OLE color: 7633115.

HSL color Cylindrical-coordinate representation of color #DB7874: hue angle of 2.33º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7874 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 116 -
CMYK 0 0.45 0.47 0.14
HSL 2.33º 0.59% 0.66% -
HSV(B) 2.33º 0.47% 0.86% -
XYZ 39.08 29.75 20.21 -
YUV 149.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 219 120 116 0 0.45 0.47 0.14 2.33 0.59 0.66
Hex DB 78 74 0 2D 2F E 2 3B 42
Octal 333 170 164 0 55 57 16 2 73 102
Binary 11011011 1111000 1110100 0 101101 101111 1110 10 111011 1000010

Color Harmonies of #DB7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7874

Black with #DB7874

Text Example


Text Example

White with #DB7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7874; }

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

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

background-color css

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

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

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

border-color css

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

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

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