Html Css Color HEX #D96B76 Froly

📋 copy color: '#D96B76'

red 217 ◦ green 107 ◦ blue 118

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

Shades of Froly #D96B76

Tints of Froly #D96B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

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

R = 49.1%
G = 24.21%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D96B76 (or 0xD96B76) is known color: Froly. HEX triplet: D9, 6B and 76. RGB value is (217,107,118). Sum of RGB (Red+Green+Blue) = 217+107+118=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B76 is #269489. Grayscale: #8D8D8D. Windows color (decimal): -2528394 or 7760857. OLE color: 7760857.

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

Color convert

RGB 217 107 118 -
CMYK 0 0.51 0.46 0.15
HSL 354º 0.59% 0.64% -
HSV(B) 354º 0.51% 0.85% -
XYZ 37.14 26.58 20.31 -
YUV 141.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 217 107 118 0 0.51 0.46 0.15 354 0.59 0.64
Hex D9 6B 76 0 33 2E F 162 3B 40
Octal 331 153 166 0 63 56 17 542 73 100
Binary 11011001 1101011 1110110 0 110011 101110 1111 101100010 111011 1000000

Color Harmonies of #D96B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B76

Black with #D96B76

Text Example


Text Example

White with #D96B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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