Html Css Color HEX #DB797A Froly

📋 copy color: '#DB797A'

red 219 ◦ green 121 ◦ blue 122

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

Shades of Froly #DB797A

Tints of Froly #DB797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 47.4%
G = 26.19%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB797A (or 0xDB797A) is known color: Froly. HEX triplet: DB, 79 and 7A. RGB value is (219,121,122). Sum of RGB (Red+Green+Blue) = 219+121+122=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB797A is #248685. Grayscale: #969696. Windows color (decimal): -2393734 or 8026587. OLE color: 8026587.

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

Color convert

RGB 219 121 122 -
CMYK 0 0.45 0.44 0.14
HSL 359.39º 0.58% 0.67% -
HSV(B) 359.39º 0.45% 0.86% -
XYZ 39.56 30.14 22.14 -
YUV 150.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 219 121 122 0 0.45 0.44 0.14 359.39 0.58 0.67
Hex DB 79 7A 0 2D 2C E 167 3A 43
Octal 333 171 172 0 55 54 16 547 72 103
Binary 11011011 1111001 1111010 0 101101 101100 1110 101100111 111010 1000011

Color Harmonies of #DB797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB797A

Black with #DB797A

Text Example


Text Example

White with #DB797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB797A; }

 p { color: rgb(219,121,122); }

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

background-color css

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

 a { background-color: rgb(219,121,122); }

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

border-color css

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

 span { border-color: rgb(219,121,122); }

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