Html Css Color HEX #D96A71 Froly

📋 copy color: '#D96A71'

red 217 ◦ green 106 ◦ blue 113

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

Shades of Froly #D96A71

Tints of Froly #D96A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 49.77%
G = 24.31%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D96A71 (or 0xD96A71) is known color: Froly. HEX triplet: D9, 6A and 71. RGB value is (217,106,113). Sum of RGB (Red+Green+Blue) = 217+106+113=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A71 is #26958E. Grayscale: #8C8C8C. Windows color (decimal): -2528655 or 7432921. OLE color: 7432921.

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

Color convert

RGB 217 106 113 -
CMYK 0 0.51 0.48 0.15
HSL 356.22º 0.59% 0.63% -
HSV(B) 356.22º 0.51% 0.85% -
XYZ 36.75 26.25 18.75 -
YUV 139.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 217 106 113 0 0.51 0.48 0.15 356.22 0.59 0.63
Hex D9 6A 71 0 33 30 F 164 3B 3F
Octal 331 152 161 0 63 60 17 544 73 77
Binary 11011001 1101010 1110001 0 110011 110000 1111 101100100 111011 111111

Color Harmonies of #D96A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A71

Black with #D96A71

Text Example


Text Example

White with #D96A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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