Html Css Color HEX #D9747A Froly

📋 copy color: '#D9747A'

red 217 ◦ green 116 ◦ blue 122

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

Shades of Froly #D9747A

Tints of Froly #D9747A

RGB

 RED value IS 217 (85.16% from 255) = 47.69%

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

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

R = 47.69%
G = 25.49%
B = 26.81%

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

#D9747A (or 0xD9747A) is known color: Froly. HEX triplet: D9, 74 and 7A. RGB value is (217,116,122). Sum of RGB (Red+Green+Blue) = 217+116+122=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9747A is #268B85. Grayscale: #929292. Windows color (decimal): -2526086 or 8025305. OLE color: 8025305.

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

Color convert

RGB 217 116 122 -
CMYK 0 0.47 0.44 0.15
HSL 356.44º 0.57% 0.65% -
HSV(B) 356.44º 0.47% 0.85% -
XYZ 38.37 28.65 21.92 -
YUV 146.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 217 116 122 0 0.47 0.44 0.15 356.44 0.57 0.65
Hex D9 74 7A 0 2F 2C F 164 39 41
Octal 331 164 172 0 57 54 17 544 71 101
Binary 11011001 1110100 1111010 0 101111 101100 1111 101100100 111001 1000001

Color Harmonies of #D9747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9747A

Black with #D9747A

Text Example


Text Example

White with #D9747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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