Html Css Color HEX #D86372 Froly

📋 copy color: '#D86372'

red 216 ◦ green 99 ◦ blue 114

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

Shades of Froly #D86372

Tints of Froly #D86372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.08%

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

R = 50.35%
G = 23.08%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D86372 (or 0xD86372) is known color: Froly. HEX triplet: D8, 63 and 72. RGB value is (216,99,114). Sum of RGB (Red+Green+Blue) = 216+99+114=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86372 is #279C8D. Grayscale: #878787. Windows color (decimal): -2595982 or 7496664. OLE color: 7496664.

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

Color convert

RGB 216 99 114 -
CMYK 0 0.54 0.47 0.15
HSL 352.31º 0.6% 0.62% -
HSV(B) 352.31º 0.54% 0.85% -
XYZ 35.82 24.74 18.81 -
YUV 135.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 216 99 114 0 0.54 0.47 0.15 352.31 0.6 0.62
Hex D8 63 72 0 36 2F F 160 3C 3E
Octal 330 143 162 0 66 57 17 540 74 76
Binary 11011000 1100011 1110010 0 110110 101111 1111 101100000 111100 111110

Color Harmonies of #D86372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86372

Black with #D86372

Text Example


Text Example

White with #D86372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86372; }

 p { color: rgb(216,99,114); }

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

background-color css

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

 a { background-color: rgb(216,99,114); }

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

border-color css

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

 span { border-color: rgb(216,99,114); }

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