Html Css Color HEX #DA747A Froly

📋 copy color: '#DA747A'

red 218 ◦ green 116 ◦ blue 122

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

Shades of Froly #DA747A

Tints of Froly #DA747A

RGB

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

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

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

R = 47.81%
G = 25.44%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA747A (or 0xDA747A) is known color: Froly. HEX triplet: DA, 74 and 7A. RGB value is (218,116,122). Sum of RGB (Red+Green+Blue) = 218+116+122=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA747A is #258B85. Grayscale: #939393. Windows color (decimal): -2460550 or 8025306. OLE color: 8025306.

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

Color convert

RGB 218 116 122 -
CMYK 0 0.47 0.44 0.15
HSL 356.47º 0.58% 0.65% -
HSV(B) 356.47º 0.47% 0.85% -
XYZ 38.67 28.8 21.93 -
YUV 147.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 218 116 122 0 0.47 0.44 0.15 356.47 0.58 0.65
Hex DA 74 7A 0 2F 2C F 164 3A 41
Octal 332 164 172 0 57 54 17 544 72 101
Binary 11011010 1110100 1111010 0 101111 101100 1111 101100100 111010 1000001

Color Harmonies of #DA747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA747A

Black with #DA747A

Text Example


Text Example

White with #DA747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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