Html Css Color HEX #D96A6E Froly

📋 copy color: '#D96A6E'

red 217 ◦ green 106 ◦ blue 110

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

Shades of Froly #D96A6E

Tints of Froly #D96A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 50.12%
G = 24.48%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D96A6E (or 0xD96A6E) is known color: Froly. HEX triplet: D9, 6A and 6E. RGB value is (217,106,110). Sum of RGB (Red+Green+Blue) = 217+106+110=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A6E is #269591. Grayscale: #8B8B8B. Windows color (decimal): -2528658 or 7236313. OLE color: 7236313.

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

Color convert

RGB 217 106 110 -
CMYK 0 0.51 0.49 0.15
HSL 357.84º 0.59% 0.63% -
HSV(B) 357.84º 0.51% 0.85% -
XYZ 36.58 26.19 17.88 -
YUV 139.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 217 106 110 0 0.51 0.49 0.15 357.84 0.59 0.63
Hex D9 6A 6E 0 33 31 F 166 3B 3F
Octal 331 152 156 0 63 61 17 546 73 77
Binary 11011001 1101010 1101110 0 110011 110001 1111 101100110 111011 111111

Color Harmonies of #D96A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A6E

Black with #D96A6E

Text Example


Text Example

White with #D96A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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