Html Css Color HEX #D96677 Froly

📋 copy color: '#D96677'

red 217 ◦ green 102 ◦ blue 119

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

Shades of Froly #D96677

Tints of Froly #D96677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 49.54%
G = 23.29%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D96677 (or 0xD96677) is known color: Froly. HEX triplet: D9, 66 and 77. RGB value is (217,102,119). Sum of RGB (Red+Green+Blue) = 217+102+119=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D96677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96677 is #269988. Grayscale: #8A8A8A. Windows color (decimal): -2529673 or 7825113. OLE color: 7825113.

HSL color Cylindrical-coordinate representation of color #D96677: hue angle of 351.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96677 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 119 -
CMYK 0 0.53 0.45 0.15
HSL 351.13º 0.6% 0.63% -
HSV(B) 351.13º 0.53% 0.85% -
XYZ 36.7 25.59 20.46 -
YUV 138.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 217 102 119 0 0.53 0.45 0.15 351.13 0.6 0.63
Hex D9 66 77 0 35 2D F 15F 3C 3F
Octal 331 146 167 0 65 55 17 537 74 77
Binary 11011001 1100110 1110111 0 110101 101101 1111 101011111 111100 111111

Color Harmonies of #D96677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96677

Black with #D96677

Text Example


Text Example

White with #D96677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96677; }

 p { color: rgb(217,102,119); }

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

background-color css

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

 a { background-color: rgb(217,102,119); }

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

border-color css

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

 span { border-color: rgb(217,102,119); }

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