Html Css Color HEX #D96978 Froly

📋 copy color: '#D96978'

red 217 ◦ green 105 ◦ blue 120

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

Shades of Froly #D96978

Tints of Froly #D96978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 49.1%
G = 23.76%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D96978 (or 0xD96978) is known color: Froly. HEX triplet: D9, 69 and 78. RGB value is (217,105,120). Sum of RGB (Red+Green+Blue) = 217+105+120=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96978 is #269687. Grayscale: #8C8C8C. Windows color (decimal): -2528904 or 7891417. OLE color: 7891417.

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

Color convert

RGB 217 105 120 -
CMYK 0 0.52 0.45 0.15
HSL 351.96º 0.6% 0.63% -
HSV(B) 351.96º 0.52% 0.85% -
XYZ 37.06 26.21 20.88 -
YUV 140.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 217 105 120 0 0.52 0.45 0.15 351.96 0.6 0.63
Hex D9 69 78 0 34 2D F 160 3C 3F
Octal 331 151 170 0 64 55 17 540 74 77
Binary 11011001 1101001 1111000 0 110100 101101 1111 101100000 111100 111111

Color Harmonies of #D96978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96978

Black with #D96978

Text Example


Text Example

White with #D96978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96978; }

 p { color: rgb(217,105,120); }

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

background-color css

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

 a { background-color: rgb(217,105,120); }

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

border-color css

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

 span { border-color: rgb(217,105,120); }

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