Html Css Color HEX #DB797B Froly

📋 copy color: '#DB797B'

red 219 ◦ green 121 ◦ blue 123

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

Shades of Froly #DB797B

Tints of Froly #DB797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 47.3%
G = 26.13%
B = 26.57%

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

#DB797B (or 0xDB797B) is known color: Froly. HEX triplet: DB, 79 and 7B. RGB value is (219,121,123). Sum of RGB (Red+Green+Blue) = 219+121+123=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB797B is #248684. Grayscale: #969696. Windows color (decimal): -2393733 or 8092123. OLE color: 8092123.

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

Color convert

RGB 219 121 123 -
CMYK 0 0.45 0.44 0.14
HSL 358.78º 0.58% 0.67% -
HSV(B) 358.78º 0.45% 0.86% -
XYZ 39.63 30.16 22.47 -
YUV 150.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 219 121 123 0 0.45 0.44 0.14 358.78 0.58 0.67
Hex DB 79 7B 0 2D 2C E 167 3A 43
Octal 333 171 173 0 55 54 16 547 72 103
Binary 11011011 1111001 1111011 0 101101 101100 1110 101100111 111010 1000011

Color Harmonies of #DB797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB797B

Black with #DB797B

Text Example


Text Example

White with #DB797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB797B; }

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

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

background-color css

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

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

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

border-color css

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

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

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