Html Css Color HEX #D66676 Froly

📋 copy color: '#D66676'

red 214 ◦ green 102 ◦ blue 118

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

Shades of Froly #D66676

Tints of Froly #D66676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 49.31%
G = 23.5%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66676 (or 0xD66676) is known color: Froly. HEX triplet: D6, 66 and 76. RGB value is (214,102,118). Sum of RGB (Red+Green+Blue) = 214+102+118=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D66676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66676 is #299989. Grayscale: #898989. Windows color (decimal): -2726282 or 7759574. OLE color: 7759574.

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

Color convert

RGB 214 102 118 -
CMYK 0 0.52 0.45 0.16
HSL 351.43º 0.58% 0.62% -
HSV(B) 351.43º 0.52% 0.84% -
XYZ 35.75 25.11 20.1 -
YUV 137.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 214 102 118 0 0.52 0.45 0.16 351.43 0.58 0.62
Hex D6 66 76 0 34 2D 10 15F 3A 3E
Octal 326 146 166 0 64 55 20 537 72 76
Binary 11010110 1100110 1110110 0 110100 101101 10000 101011111 111010 111110

Color Harmonies of #D66676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66676

Black with #D66676

Text Example


Text Example

White with #D66676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66676; }

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

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

background-color css

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

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

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

border-color css

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

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

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