Html Css Color HEX #D6676D Froly

📋 copy color: '#D6676D'

red 214 ◦ green 103 ◦ blue 109

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

Shades of Froly #D6676D

Tints of Froly #D6676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 50.23%
G = 24.18%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6676D (or 0xD6676D) is known color: Froly. HEX triplet: D6, 67 and 6D. RGB value is (214,103,109). Sum of RGB (Red+Green+Blue) = 214+103+109=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6676D is #299892. Grayscale: #888888. Windows color (decimal): -2726035 or 7170006. OLE color: 7170006.

HSL color Cylindrical-coordinate representation of color #D6676D: hue angle of 356.76º 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 #D6676D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 109 -
CMYK 0 0.52 0.49 0.16
HSL 356.76º 0.58% 0.62% -
HSV(B) 356.76º 0.52% 0.84% -
XYZ 35.34 25.1 17.45 -
YUV 136.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 214 103 109 0 0.52 0.49 0.16 356.76 0.58 0.62
Hex D6 67 6D 0 34 31 10 165 3A 3E
Octal 326 147 155 0 64 61 20 545 72 76
Binary 11010110 1100111 1101101 0 110100 110001 10000 101100101 111010 111110

Color Harmonies of #D6676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6676D

Black with #D6676D

Text Example


Text Example

White with #D6676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6676D; }

 p { color: rgb(214,103,109); }

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

background-color css

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

 a { background-color: rgb(214,103,109); }

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

border-color css

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

 span { border-color: rgb(214,103,109); }

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