Html Css Color HEX #D67176 Froly

📋 copy color: '#D67176'

red 214 ◦ green 113 ◦ blue 118

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

Shades of Froly #D67176

Tints of Froly #D67176

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

 GREEN value IS 113 (44.53% from 255) = 25.39%

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 48.09%
G = 25.39%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67176 (or 0xD67176) is known color: Froly. HEX triplet: D6, 71 and 76. RGB value is (214,113,118). Sum of RGB (Red+Green+Blue) = 214+113+118=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D67176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67176 is #298E89. Grayscale: #8F8F8F. Windows color (decimal): -2723466 or 7762390. OLE color: 7762390.

HSL color Cylindrical-coordinate representation of color #D67176: hue angle of 357.03º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67176 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 118 -
CMYK 0 0.47 0.45 0.16
HSL 357.03º 0.55% 0.64% -
HSV(B) 357.03º 0.47% 0.84% -
XYZ 36.91 27.41 20.49 -
YUV 143.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 214 113 118 0 0.47 0.45 0.16 357.03 0.55 0.64
Hex D6 71 76 0 2F 2D 10 165 37 40
Octal 326 161 166 0 57 55 20 545 67 100
Binary 11010110 1110001 1110110 0 101111 101101 10000 101100101 110111 1000000

Color Harmonies of #D67176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67176

Black with #D67176

Text Example


Text Example

White with #D67176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67176; }

 p { color: rgb(214,113,118); }

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

background-color css

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

 a { background-color: rgb(214,113,118); }

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

border-color css

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

 span { border-color: rgb(214,113,118); }

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