Html Css Color HEX #D96872 Froly

📋 copy color: '#D96872'

red 217 ◦ green 104 ◦ blue 114

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

Shades of Froly #D96872

Tints of Froly #D96872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

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

R = 49.89%
G = 23.91%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96872 (or 0xD96872) is known color: Froly. HEX triplet: D9, 68 and 72. RGB value is (217,104,114). Sum of RGB (Red+Green+Blue) = 217+104+114=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D96872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96872 is #26978D. Grayscale: #8B8B8B. Windows color (decimal): -2529166 or 7497945. OLE color: 7497945.

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

Color convert

RGB 217 104 114 -
CMYK 0 0.52 0.47 0.15
HSL 354.69º 0.6% 0.63% -
HSV(B) 354.69º 0.52% 0.85% -
XYZ 36.6 25.87 18.98 -
YUV 138.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 217 104 114 0 0.52 0.47 0.15 354.69 0.6 0.63
Hex D9 68 72 0 34 2F F 163 3C 3F
Octal 331 150 162 0 64 57 17 543 74 77
Binary 11011001 1101000 1110010 0 110100 101111 1111 101100011 111100 111111

Color Harmonies of #D96872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96872

Black with #D96872

Text Example


Text Example

White with #D96872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96872; }

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

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

background-color css

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

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

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

border-color css

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

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

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