Html Css Color HEX #D6747D Froly

📋 copy color: '#D6747D'

red 214 ◦ green 116 ◦ blue 125

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

Shades of Froly #D6747D

Tints of Froly #D6747D

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

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

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 47.03%
G = 25.49%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6747D (or 0xD6747D) is known color: Froly. HEX triplet: D6, 74 and 7D. RGB value is (214,116,125). Sum of RGB (Red+Green+Blue) = 214+116+125=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6747D is #298B82. Grayscale: #929292. Windows color (decimal): -2722691 or 8221910. OLE color: 8221910.

HSL color Cylindrical-coordinate representation of color #D6747D: hue angle of 354.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6747D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 125 -
CMYK 0 0.46 0.42 0.16
HSL 354.49º 0.54% 0.65% -
HSV(B) 354.49º 0.46% 0.84% -
XYZ 37.68 28.27 22.87 -
YUV 146.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 214 116 125 0 0.46 0.42 0.16 354.49 0.54 0.65
Hex D6 74 7D 0 2E 2A 10 162 36 41
Octal 326 164 175 0 56 52 20 542 66 101
Binary 11010110 1110100 1111101 0 101110 101010 10000 101100010 110110 1000001

Color Harmonies of #D6747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6747D

Black with #D6747D

Text Example


Text Example

White with #D6747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6747D; }

 p { color: rgb(214,116,125); }

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

background-color css

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

 a { background-color: rgb(214,116,125); }

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

border-color css

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

 span { border-color: rgb(214,116,125); }

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