Html Css Color HEX #D96A79 Froly

📋 copy color: '#D96A79'

red 217 ◦ green 106 ◦ blue 121

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

Shades of Froly #D96A79

Tints of Froly #D96A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 48.87%
G = 23.87%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D96A79 (or 0xD96A79) is known color: Froly. HEX triplet: D9, 6A and 79. RGB value is (217,106,121). Sum of RGB (Red+Green+Blue) = 217+106+121=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A79 is #269586. Grayscale: #8C8C8C. Windows color (decimal): -2528647 or 7957209. OLE color: 7957209.

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

Color convert

RGB 217 106 121 -
CMYK 0 0.51 0.44 0.15
HSL 351.89º 0.59% 0.63% -
HSV(B) 351.89º 0.51% 0.85% -
XYZ 37.22 26.44 21.23 -
YUV 140.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 217 106 121 0 0.51 0.44 0.15 351.89 0.59 0.63
Hex D9 6A 79 0 33 2C F 160 3B 3F
Octal 331 152 171 0 63 54 17 540 73 77
Binary 11011001 1101010 1111001 0 110011 101100 1111 101100000 111011 111111

Color Harmonies of #D96A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A79

Black with #D96A79

Text Example


Text Example

White with #D96A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A79; }

 p { color: rgb(217,106,121); }

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

background-color css

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

 a { background-color: rgb(217,106,121); }

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

border-color css

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

 span { border-color: rgb(217,106,121); }

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