Html Css Color HEX #D86975 Froly

📋 copy color: '#D86975'

red 216 ◦ green 105 ◦ blue 117

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

Shades of Froly #D86975

Tints of Froly #D86975

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 49.32%
G = 23.97%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D86975 (or 0xD86975) is known color: Froly. HEX triplet: D8, 69 and 75. RGB value is (216,105,117). Sum of RGB (Red+Green+Blue) = 216+105+117=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D86975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86975 is #27968A. Grayscale: #8B8B8B. Windows color (decimal): -2594443 or 7694808. OLE color: 7694808.

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

Color convert

RGB 216 105 117 -
CMYK 0 0.51 0.46 0.15
HSL 353.51º 0.59% 0.63% -
HSV(B) 353.51º 0.51% 0.85% -
XYZ 36.58 25.99 19.92 -
YUV 139.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 216 105 117 0 0.51 0.46 0.15 353.51 0.59 0.63
Hex D8 69 75 0 33 2E F 162 3B 3F
Octal 330 151 165 0 63 56 17 542 73 77
Binary 11011000 1101001 1110101 0 110011 101110 1111 101100010 111011 111111

Color Harmonies of #D86975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86975

Black with #D86975

Text Example


Text Example

White with #D86975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86975; }

 p { color: rgb(216,105,117); }

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

background-color css

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

 a { background-color: rgb(216,105,117); }

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

border-color css

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

 span { border-color: rgb(216,105,117); }

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