Html Css Color HEX #D7666D Froly

📋 copy color: '#D7666D'

red 215 ◦ green 102 ◦ blue 109

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

Shades of Froly #D7666D

Tints of Froly #D7666D

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

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

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

R = 50.47%
G = 23.94%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7666D (or 0xD7666D) is known color: Froly. HEX triplet: D7, 66 and 6D. RGB value is (215,102,109). Sum of RGB (Red+Green+Blue) = 215+102+109=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666D is #289992. Grayscale: #888888. Windows color (decimal): -2660755 or 7169751. OLE color: 7169751.

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

Color convert

RGB 215 102 109 -
CMYK 0 0.53 0.49 0.16
HSL 356.28º 0.59% 0.62% -
HSV(B) 356.28º 0.53% 0.84% -
XYZ 35.54 25.05 17.43 -
YUV 136.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 215 102 109 0 0.53 0.49 0.16 356.28 0.59 0.62
Hex D7 66 6D 0 35 31 10 164 3B 3E
Octal 327 146 155 0 65 61 20 544 73 76
Binary 11010111 1100110 1101101 0 110101 110001 10000 101100100 111011 111110

Color Harmonies of #D7666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7666D

Black with #D7666D

Text Example


Text Example

White with #D7666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7666D; }

 p { color: rgb(215,102,109); }

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

background-color css

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

 a { background-color: rgb(215,102,109); }

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

border-color css

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

 span { border-color: rgb(215,102,109); }

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