Html Css Color HEX #D66C6D Froly

📋 copy color: '#D66C6D'

red 214 ◦ green 108 ◦ blue 109

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

Shades of Froly #D66C6D

Tints of Froly #D66C6D

RGB

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

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

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

R = 49.65%
G = 25.06%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D66C6D (or 0xD66C6D) is known color: Froly. HEX triplet: D6, 6C and 6D. RGB value is (214,108,109). Sum of RGB (Red+Green+Blue) = 214+108+109=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C6D is #299392. Grayscale: #8B8B8B. Windows color (decimal): -2724755 or 7171286. OLE color: 7171286.

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

Color convert

RGB 214 108 109 -
CMYK 0 0.50 0.49 0.16
HSL 359.43º 0.56% 0.63% -
HSV(B) 359.43º 0.5% 0.84% -
XYZ 35.85 26.13 17.62 -
YUV 139.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 214 108 109 0 0.50 0.49 0.16 359.43 0.56 0.63
Hex D6 6C 6D 0 32 31 10 167 38 3F
Octal 326 154 155 0 62 61 20 547 70 77
Binary 11010110 1101100 1101101 0 110010 110001 10000 101100111 111000 111111

Color Harmonies of #D66C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C6D

Black with #D66C6D

Text Example


Text Example

White with #D66C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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