Html Css Color HEX #D96A72 Froly

📋 copy color: '#D96A72'

red 217 ◦ green 106 ◦ blue 114

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

Shades of Froly #D96A72

Tints of Froly #D96A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 49.66%
G = 24.26%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96A72 (or 0xD96A72) is known color: Froly. HEX triplet: D9, 6A and 72. RGB value is (217,106,114). Sum of RGB (Red+Green+Blue) = 217+106+114=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A72 is #26958D. Grayscale: #8C8C8C. Windows color (decimal): -2528654 or 7498457. OLE color: 7498457.

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

Color convert

RGB 217 106 114 -
CMYK 0 0.51 0.47 0.15
HSL 355.68º 0.59% 0.63% -
HSV(B) 355.68º 0.51% 0.85% -
XYZ 36.81 26.27 19.05 -
YUV 140.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 217 106 114 0 0.51 0.47 0.15 355.68 0.59 0.63
Hex D9 6A 72 0 33 2F F 164 3B 3F
Octal 331 152 162 0 63 57 17 544 73 77
Binary 11011001 1101010 1110010 0 110011 101111 1111 101100100 111011 111111

Color Harmonies of #D96A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A72

Black with #D96A72

Text Example


Text Example

White with #D96A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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