Html Css Color HEX #DA747C Froly

📋 copy color: '#DA747C'

red 218 ◦ green 116 ◦ blue 124

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

Shades of Froly #DA747C

Tints of Froly #DA747C

RGB

 RED value IS 218 (85.55% from 255) = 47.6%

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

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

R = 47.6%
G = 25.33%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA747C (or 0xDA747C) is known color: Froly. HEX triplet: DA, 74 and 7C. RGB value is (218,116,124). Sum of RGB (Red+Green+Blue) = 218+116+124=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA747C is #258B83. Grayscale: #939393. Windows color (decimal): -2460548 or 8156378. OLE color: 8156378.

HSL color Cylindrical-coordinate representation of color #DA747C: hue angle of 355.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA747C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 124 -
CMYK 0 0.47 0.43 0.15
HSL 355.29º 0.58% 0.65% -
HSV(B) 355.29º 0.47% 0.85% -
XYZ 38.8 28.85 22.59 -
YUV 147.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 218 116 124 0 0.47 0.43 0.15 355.29 0.58 0.65
Hex DA 74 7C 0 2F 2B F 163 3A 41
Octal 332 164 174 0 57 53 17 543 72 101
Binary 11011010 1110100 1111100 0 101111 101011 1111 101100011 111010 1000001

Color Harmonies of #DA747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA747C

Black with #DA747C

Text Example


Text Example

White with #DA747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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