Html Css Color HEX #DA747B Froly

📋 copy color: '#DA747B'

red 218 ◦ green 116 ◦ blue 123

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

Shades of Froly #DA747B

Tints of Froly #DA747B

RGB

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

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

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

R = 47.7%
G = 25.38%
B = 26.91%

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

#DA747B (or 0xDA747B) is known color: Froly. HEX triplet: DA, 74 and 7B. RGB value is (218,116,123). Sum of RGB (Red+Green+Blue) = 218+116+123=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA747B is #258B84. Grayscale: #939393. Windows color (decimal): -2460549 or 8090842. OLE color: 8090842.

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

Color convert

RGB 218 116 123 -
CMYK 0 0.47 0.44 0.15
HSL 355.88º 0.58% 0.65% -
HSV(B) 355.88º 0.47% 0.85% -
XYZ 38.73 28.83 22.26 -
YUV 147.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 218 116 123 0 0.47 0.44 0.15 355.88 0.58 0.65
Hex DA 74 7B 0 2F 2C F 164 3A 41
Octal 332 164 173 0 57 54 17 544 72 101
Binary 11011010 1110100 1111011 0 101111 101100 1111 101100100 111010 1000001

Color Harmonies of #DA747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA747B

Black with #DA747B

Text Example


Text Example

White with #DA747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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