Html Css Color HEX #D9666F Froly

📋 copy color: '#D9666F'

red 217 ◦ green 102 ◦ blue 111

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

Shades of Froly #D9666F

Tints of Froly #D9666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 50.47%
G = 23.72%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9666F (or 0xD9666F) is known color: Froly. HEX triplet: D9, 66 and 6F. RGB value is (217,102,111). Sum of RGB (Red+Green+Blue) = 217+102+111=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9666F is #269990. Grayscale: #898989. Windows color (decimal): -2529681 or 7300825. OLE color: 7300825.

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

Color convert

RGB 217 102 111 -
CMYK 0 0.53 0.49 0.15
HSL 355.3º 0.6% 0.63% -
HSV(B) 355.3º 0.53% 0.85% -
XYZ 36.24 25.4 18.03 -
YUV 137.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 217 102 111 0 0.53 0.49 0.15 355.3 0.6 0.63
Hex D9 66 6F 0 35 31 F 163 3C 3F
Octal 331 146 157 0 65 61 17 543 74 77
Binary 11011001 1100110 1101111 0 110101 110001 1111 101100011 111100 111111

Color Harmonies of #D9666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9666F

Black with #D9666F

Text Example


Text Example

White with #D9666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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