Html Css Color HEX #DB747C Froly

📋 copy color: '#DB747C'

red 219 ◦ green 116 ◦ blue 124

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

Shades of Froly #DB747C

Tints of Froly #DB747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 47.71%
G = 25.27%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB747C (or 0xDB747C) is known color: Froly. HEX triplet: DB, 74 and 7C. RGB value is (219,116,124). Sum of RGB (Red+Green+Blue) = 219+116+124=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB747C is #248B83. Grayscale: #939393. Windows color (decimal): -2395012 or 8156379. OLE color: 8156379.

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

Color convert

RGB 219 116 124 -
CMYK 0 0.47 0.43 0.14
HSL 355.34º 0.59% 0.66% -
HSV(B) 355.34º 0.47% 0.86% -
XYZ 39.1 29.01 22.61 -
YUV 147.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 219 116 124 0 0.47 0.43 0.14 355.34 0.59 0.66
Hex DB 74 7C 0 2F 2B E 163 3B 42
Octal 333 164 174 0 57 53 16 543 73 102
Binary 11011011 1110100 1111100 0 101111 101011 1110 101100011 111011 1000010

Color Harmonies of #DB747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB747C

Black with #DB747C

Text Example


Text Example

White with #DB747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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