Html Css Color HEX #D67376 Froly

📋 copy color: '#D67376'

red 214 ◦ green 115 ◦ blue 118

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

Shades of Froly #D67376

Tints of Froly #D67376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

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

R = 47.87%
G = 25.73%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67376 (or 0xD67376) is known color: Froly. HEX triplet: D6, 73 and 76. RGB value is (214,115,118). Sum of RGB (Red+Green+Blue) = 214+115+118=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67376 is #298C89. Grayscale: #919191. Windows color (decimal): -2722954 or 7762902. OLE color: 7762902.

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

Color convert

RGB 214 115 118 -
CMYK 0 0.46 0.45 0.16
HSL 358.18º 0.55% 0.65% -
HSV(B) 358.18º 0.46% 0.84% -
XYZ 37.13 27.87 20.56 -
YUV 144.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 214 115 118 0 0.46 0.45 0.16 358.18 0.55 0.65
Hex D6 73 76 0 2E 2D 10 166 37 41
Octal 326 163 166 0 56 55 20 546 67 101
Binary 11010110 1110011 1110110 0 101110 101101 10000 101100110 110111 1000001

Color Harmonies of #D67376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67376

Black with #D67376

Text Example


Text Example

White with #D67376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67376; }

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

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

background-color css

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

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

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

border-color css

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

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

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