Html Css Color HEX #D86C75 Froly

📋 copy color: '#D86C75'

red 216 ◦ green 108 ◦ blue 117

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

Shades of Froly #D86C75

Tints of Froly #D86C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

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

R = 48.98%
G = 24.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D86C75 (or 0xD86C75) is known color: Froly. HEX triplet: D8, 6C and 75. RGB value is (216,108,117). Sum of RGB (Red+Green+Blue) = 216+108+117=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C75 is #27938A. Grayscale: #8D8D8D. Windows color (decimal): -2593675 or 7695576. OLE color: 7695576.

HSL color Cylindrical-coordinate representation of color #D86C75: hue angle of 355º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86C75 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 117 -
CMYK 0 0.50 0.46 0.15
HSL 355º 0.58% 0.64% -
HSV(B) 355º 0.5% 0.85% -
XYZ 36.89 26.61 20.02 -
YUV 141.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 216 108 117 0 0.50 0.46 0.15 355 0.58 0.64
Hex D8 6C 75 0 32 2E F 163 3A 40
Octal 330 154 165 0 62 56 17 543 72 100
Binary 11011000 1101100 1110101 0 110010 101110 1111 101100011 111010 1000000

Color Harmonies of #D86C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C75

Black with #D86C75

Text Example


Text Example

White with #D86C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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