Html Css Color HEX #D9666C Froly

📋 copy color: '#D9666C'

red 217 ◦ green 102 ◦ blue 108

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

Shades of Froly #D9666C

Tints of Froly #D9666C

RGB

 RED value IS 217 (85.16% from 255) = 50.82%

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

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

R = 50.82%
G = 23.89%
B = 25.29%

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

#D9666C (or 0xD9666C) is known color: Froly. HEX triplet: D9, 66 and 6C. RGB value is (217,102,108). Sum of RGB (Red+Green+Blue) = 217+102+108=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9666C is #269993. Grayscale: #898989. Windows color (decimal): -2529684 or 7104217. OLE color: 7104217.

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

Color convert

RGB 217 102 108 -
CMYK 0 0.53 0.50 0.15
HSL 356.87º 0.6% 0.63% -
HSV(B) 356.87º 0.53% 0.85% -
XYZ 36.07 25.34 17.18 -
YUV 137.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 217 102 108 0 0.53 0.50 0.15 356.87 0.6 0.63
Hex D9 66 6C 0 35 32 F 165 3C 3F
Octal 331 146 154 0 65 62 17 545 74 77
Binary 11011001 1100110 1101100 0 110101 110010 1111 101100101 111100 111111

Color Harmonies of #D9666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9666C

Black with #D9666C

Text Example


Text Example

White with #D9666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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