Html Css Color HEX #D8666C Froly

📋 copy color: '#D8666C'

red 216 ◦ green 102 ◦ blue 108

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

Shades of Froly #D8666C

Tints of Froly #D8666C

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

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

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 50.7%
G = 23.94%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8666C (or 0xD8666C) is known color: Froly. HEX triplet: D8, 66 and 6C. RGB value is (216,102,108). Sum of RGB (Red+Green+Blue) = 216+102+108=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8666C is #279993. Grayscale: #888888. Windows color (decimal): -2595220 or 7104216. OLE color: 7104216.

HSL color Cylindrical-coordinate representation of color #D8666C: hue angle of 356.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8666C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 108 -
CMYK 0 0.53 0.50 0.15
HSL 356.84º 0.59% 0.62% -
HSV(B) 356.84º 0.53% 0.85% -
XYZ 35.78 25.18 17.16 -
YUV 136.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 216 102 108 0 0.53 0.50 0.15 356.84 0.59 0.62
Hex D8 66 6C 0 35 32 F 165 3B 3E
Octal 330 146 154 0 65 62 17 545 73 76
Binary 11011000 1100110 1101100 0 110101 110010 1111 101100101 111011 111110

Color Harmonies of #D8666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8666C

Black with #D8666C

Text Example


Text Example

White with #D8666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8666C; }

 p { color: rgb(216,102,108); }

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

background-color css

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

 a { background-color: rgb(216,102,108); }

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

border-color css

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

 span { border-color: rgb(216,102,108); }

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