Html Css Color HEX #D67076 Froly

📋 copy color: '#D67076'

red 214 ◦ green 112 ◦ blue 118

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

Shades of Froly #D67076

Tints of Froly #D67076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

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

R = 48.2%
G = 25.23%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67076 (or 0xD67076) is known color: Froly. HEX triplet: D6, 70 and 76. RGB value is (214,112,118). Sum of RGB (Red+Green+Blue) = 214+112+118=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D67076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67076 is #298F89. Grayscale: #8F8F8F. Windows color (decimal): -2723722 or 7762134. OLE color: 7762134.

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

Color convert

RGB 214 112 118 -
CMYK 0 0.48 0.45 0.16
HSL 356.47º 0.55% 0.64% -
HSV(B) 356.47º 0.48% 0.84% -
XYZ 36.8 27.19 20.45 -
YUV 143.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 214 112 118 0 0.48 0.45 0.16 356.47 0.55 0.64
Hex D6 70 76 0 30 2D 10 164 37 40
Octal 326 160 166 0 60 55 20 544 67 100
Binary 11010110 1110000 1110110 0 110000 101101 10000 101100100 110111 1000000

Color Harmonies of #D67076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67076

Black with #D67076

Text Example


Text Example

White with #D67076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67076; }

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

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

background-color css

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

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

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

border-color css

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

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

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