Html Css Color HEX #DB797C Froly

📋 copy color: '#DB797C'

red 219 ◦ green 121 ◦ blue 124

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

Shades of Froly #DB797C

Tints of Froly #DB797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 47.2%
G = 26.08%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB797C (or 0xDB797C) is known color: Froly. HEX triplet: DB, 79 and 7C. RGB value is (219,121,124). Sum of RGB (Red+Green+Blue) = 219+121+124=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB797C is #248683. Grayscale: #969696. Windows color (decimal): -2393732 or 8157659. OLE color: 8157659.

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

Color convert

RGB 219 121 124 -
CMYK 0 0.45 0.43 0.14
HSL 358.16º 0.58% 0.67% -
HSV(B) 358.16º 0.45% 0.86% -
XYZ 39.69 30.19 22.8 -
YUV 150.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 219 121 124 0 0.45 0.43 0.14 358.16 0.58 0.67
Hex DB 79 7C 0 2D 2B E 166 3A 43
Octal 333 171 174 0 55 53 16 546 72 103
Binary 11011011 1111001 1111100 0 101101 101011 1110 101100110 111010 1000011

Color Harmonies of #DB797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB797C

Black with #DB797C

Text Example


Text Example

White with #DB797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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