Html Css Color HEX #D96376 Froly

📋 copy color: '#D96376'

red 217 ◦ green 99 ◦ blue 118

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

Shades of Froly #D96376

Tints of Froly #D96376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 50%
G = 22.81%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D96376 (or 0xD96376) is known color: Froly. HEX triplet: D9, 63 and 76. RGB value is (217,99,118). Sum of RGB (Red+Green+Blue) = 217+99+118=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96376 is #269C89. Grayscale: #888888. Windows color (decimal): -2530442 or 7758809. OLE color: 7758809.

HSL color Cylindrical-coordinate representation of color #D96376: hue angle of 350.34º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96376 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 118 -
CMYK 0 0.54 0.46 0.15
HSL 350.34º 0.61% 0.62% -
HSV(B) 350.34º 0.54% 0.85% -
XYZ 36.35 24.98 20.05 -
YUV 136.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 217 99 118 0 0.54 0.46 0.15 350.34 0.61 0.62
Hex D9 63 76 0 36 2E F 15E 3D 3E
Octal 331 143 166 0 66 56 17 536 75 76
Binary 11011001 1100011 1110110 0 110110 101110 1111 101011110 111101 111110

Color Harmonies of #D96376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96376

Black with #D96376

Text Example


Text Example

White with #D96376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96376; }

 p { color: rgb(217,99,118); }

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

background-color css

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

 a { background-color: rgb(217,99,118); }

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

border-color css

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

 span { border-color: rgb(217,99,118); }

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