Html Css Color HEX #D96777 Froly

📋 copy color: '#D96777'

red 217 ◦ green 103 ◦ blue 119

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

Shades of Froly #D96777

Tints of Froly #D96777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.46%

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

R = 49.43%
G = 23.46%
B = 27.11%

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

#D96777 (or 0xD96777) is known color: Froly. HEX triplet: D9, 67 and 77. RGB value is (217,103,119). Sum of RGB (Red+Green+Blue) = 217+103+119=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D96777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96777 is #269888. Grayscale: #8A8A8A. Windows color (decimal): -2529417 or 7825369. OLE color: 7825369.

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

Color convert

RGB 217 103 119 -
CMYK 0 0.53 0.45 0.15
HSL 351.58º 0.6% 0.63% -
HSV(B) 351.58º 0.53% 0.85% -
XYZ 36.8 25.78 20.49 -
YUV 138.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 217 103 119 0 0.53 0.45 0.15 351.58 0.6 0.63
Hex D9 67 77 0 35 2D F 160 3C 3F
Octal 331 147 167 0 65 55 17 540 74 77
Binary 11011001 1100111 1110111 0 110101 101101 1111 101100000 111100 111111

Color Harmonies of #D96777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96777

Black with #D96777

Text Example


Text Example

White with #D96777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96777; }

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

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

background-color css

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

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

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

border-color css

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

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

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