Html Css Color HEX #D66C76 Froly

📋 copy color: '#D66C76'

red 214 ◦ green 108 ◦ blue 118

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

Shades of Froly #D66C76

Tints of Froly #D66C76

RGB

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

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

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

R = 48.64%
G = 24.55%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66C76 (or 0xD66C76) is known color: Froly. HEX triplet: D6, 6C and 76. RGB value is (214,108,118). Sum of RGB (Red+Green+Blue) = 214+108+118=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C76 is #299389. Grayscale: #8C8C8C. Windows color (decimal): -2724746 or 7761110. OLE color: 7761110.

HSL color Cylindrical-coordinate representation of color #D66C76: hue angle of 354.34º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66C76 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 118 -
CMYK 0 0.50 0.45 0.16
HSL 354.34º 0.56% 0.63% -
HSV(B) 354.34º 0.5% 0.84% -
XYZ 36.36 26.33 20.31 -
YUV 140.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 214 108 118 0 0.50 0.45 0.16 354.34 0.56 0.63
Hex D6 6C 76 0 32 2D 10 162 38 3F
Octal 326 154 166 0 62 55 20 542 70 77
Binary 11010110 1101100 1110110 0 110010 101101 10000 101100010 111000 111111

Color Harmonies of #D66C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C76

Black with #D66C76

Text Example


Text Example

White with #D66C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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